summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-07-15 09:28:40 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-07-15 09:28:40 +0000
commita5d5782e3939f2f07eda2eb50236a11c42fbb2ea (patch)
tree55b1902bdb9c31d9c222c4b87e60006e2386ad29 /android/variable.go
parent11df6ea1788274f837e3ca36aa071a97f6299fe0 (diff)
parent1bc89a7af184de8a99dd03a510e11e3aa2394946 (diff)
Merge "dexpreopt.config should be created even though unbundled image is built" am: 75d719fdd7 am: 1bc89a7af1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1730112 Change-Id: I4e91d1b293e84c69f032e148931357e2a050e10f
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 75f4b9450..dc16a6f44 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -226,6 +226,7 @@ type productVariables struct {
Allow_missing_dependencies *bool `json:",omitempty"`
Unbundled_build *bool `json:",omitempty"`
Unbundled_build_apps *bool `json:",omitempty"`
+ Unbundled_build_image *bool `json:",omitempty"`
Always_use_prebuilt_sdks *bool `json:",omitempty"`
Skip_boot_jars_check *bool `json:",omitempty"`
Malloc_not_svelte *bool `json:",omitempty"`