diff options
| author | 2024-01-06 17:53:41 +0000 | |
|---|---|---|
| committer | 2024-01-06 17:53:41 +0000 | |
| commit | 208444ce5d9bd9ca013dc81438ef62d6ac4a461f (patch) | |
| tree | e1d18d98fcfdddd209411184847905722819a11c /android/variable.go | |
| parent | b9176417ebd4c38a81f3fb2e28cc35a82764d037 (diff) | |
| parent | 3bb9924c87bf4107ba361fc1ccb6c7dfd9446f75 (diff) | |
Merge changes from topics "revert-2897484-revert-2897682-dont_limit_systemsdk-JCOOOXGAIF-BSJGJAJAWC", "revert-2897568-revert-2894701-limit_systemsdk-WNEMOTGMRS-ROJNXPXKUV" into main
* changes:
Revert^2 "Add BUILD_BROKEN_DONT_CHECK_SYSTEMSDK"
Revert "Revert "Limit System SDK to 34 for Java modules in the v..."
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index fa4cfc1fd..98440802f 100644 --- a/android/variable.go +++ b/android/variable.go @@ -448,6 +448,7 @@ type ProductVariables struct { BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` BuildBrokenIncorrectPartitionImages bool `json:",omitempty"` BuildBrokenInputDirModules []string `json:",omitempty"` + BuildBrokenDontCheckSystemSdk bool `json:",omitempty"` BuildWarningBadOptionalUsesLibsAllowlist []string `json:",omitempty"` |