diff options
author | 2025-02-03 11:42:42 -0800 | |
---|---|---|
committer | 2025-02-03 11:42:42 -0800 | |
commit | eb6a11412f1ee4df3fd7a7f9739920d45dc4ce45 (patch) | |
tree | efed103cee0b9bc81f75cf9f34efcc9ca2b3ff2c | |
parent | 7b6a0a9500bd82e7890d614022a89a2a39587344 (diff) |
Add product variable for PRODUCT_USE_SOONG_NOTICE_XML
Bug: 330949782
Change-Id: I5028d27ff700cd72eecd093421b54f62f0cd83a6
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 3e637fe1e..4867067b0 100644 --- a/android/variable.go +++ b/android/variable.go @@ -551,6 +551,8 @@ type ProductVariables struct { SystemExtManifestFiles []string `json:",omitempty"` DeviceManifestFiles []string `json:",omitempty"` OdmManifestFiles []string `json:",omitempty"` + + UseSoongNoticeXML *bool `json:",omitempty"` } type PartitionQualifiedVariablesType struct { |