summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jeongik Cha <jeongik@google.com> 2021-06-08 11:35:00 +0900
committer Jeongik Cha <jeongik@google.com> 2021-07-15 09:57:49 +0900
commit4b073cd0835555597c2b05320f1b36f60adbf63a (patch)
tree3d0ae2d3588a310250d66f3671aac09daba3f718 /android/variable.go
parent257608f993c4505bcc6cbf640ffe07adf16ab45f (diff)
dexpreopt.config should be created even though unbundled image is built
Bug: 188179858 Test: compare dexpreopt_config.zip files from 1. TARGET_BUILD_UNBUNDLED_IMAGE=true m dexpreopt_config_zip 2. m dexpreopt_config_zip (note that m clean should run between steps) Change-Id: I36a6e8b10b9922cc5522accaf90af1aa05049a86
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 b6e168cbc..bbb98688f 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -225,6 +225,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"`