diff options
author | 2024-01-04 23:21:26 +0000 | |
---|---|---|
committer | 2024-01-04 23:22:41 +0000 | |
commit | 3bb9924c87bf4107ba361fc1ccb6c7dfd9446f75 (patch) | |
tree | d56a739bd893a518d908456ce14dfcf188d2e420 /android/variable.go | |
parent | 7416d67f2878b960474afe8c420af8b14b7d9a5e (diff) |
Revert^2 "Add BUILD_BROKEN_DONT_CHECK_SYSTEMSDK"
fbf1b5e7f1caffdae4340f20802be5702e043c3b
Change-Id: I2b6c7866eac24b217197d5f659b37b2ae6b4207d
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"` |