aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2019-02-22 15:34:40 +0000
committerNicolas Geoffray <ngeoffray@google.com>2019-02-22 15:37:48 +0000
commit72892f103573468fd8d79b03b9403c27c707abfe (patch)
tree637c48e27e66518c49c25ea5017e8eca4a768067 /dexpreopt
parente91a07827117a26f4231eda6f58d24aa5ec70492 (diff)
downloadbuild_soong-72892f103573468fd8d79b03b9403c27c707abfe.tar.gz
build_soong-72892f103573468fd8d79b03b9403c27c707abfe.tar.bz2
build_soong-72892f103573468fd8d79b03b9403c27c707abfe.zip
Support for install multiple boot images.
Bug: 119800099 Test: m && /system/framework/arm/apex*.art files exist Change-Id: I8b708a0c495193e5455e03eaa575ce55a482a95d
Diffstat (limited to 'dexpreopt')
-rw-r--r--dexpreopt/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go
index 99814019..15008b96 100644
--- a/dexpreopt/config.go
+++ b/dexpreopt/config.go
@@ -31,6 +31,8 @@ type GlobalConfig struct {
OnlyPreoptBootImageAndSystemServer bool // only preopt jars in the boot image or system server
+ GenerateApexImage bool // generate an extra boot image only containing jars from the runtime apex
+
HasSystemOther bool // store odex files that match PatternsOnSystemOther on the system_other partition
PatternsOnSystemOther []string // patterns (using '%' to denote a prefix match) to put odex on the system_other partition