From 4b073cd0835555597c2b05320f1b36f60adbf63a Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Tue, 8 Jun 2021 11:35:00 +0900 Subject: 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 --- android/variable.go | 1 + 1 file changed, 1 insertion(+) (limited to 'android/variable.go') 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"` -- cgit v1.2.3-59-g8ed1b