aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-12-21 15:54:16 +0000
committerNicolas Geoffray <ngeoffray@google.com>2019-01-11 10:26:17 +0000
commite8b00d69c04e18ec48177a1fa1c99884170d50c7 (patch)
tree99d1ce9fb1ecba0f84ef7dd9d054b24d8bfda8b0 /dexpreopt
parentae1366f60d2f46d8747fddef40762a7376ab7442 (diff)
downloadbuild_soong-e8b00d69c04e18ec48177a1fa1c99884170d50c7.tar.gz
build_soong-e8b00d69c04e18ec48177a1fa1c99884170d50c7.tar.bz2
build_soong-e8b00d69c04e18ec48177a1fa1c99884170d50c7.zip
Preopt: Do not strip non-image boot class path jars.
Test: Pixel 2 XL boots. Bug: 119868597 Change-Id: I7bd3b7655aecf1a8c26dd8d4d18d3eec685ece88
Diffstat (limited to 'dexpreopt')
-rw-r--r--dexpreopt/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go
index 6b5c40d6..503af7ef 100644
--- a/dexpreopt/config.go
+++ b/dexpreopt/config.go
@@ -36,6 +36,7 @@ type GlobalConfig struct {
PreoptBootClassPathDexLocations []string // virtual locations of boot class path files
BootJars []string // modules for jars that form the boot class path
+ PreoptBootJars []string // modules for jars that form the boot image
SystemServerJars []string // jars that form the system server
SystemServerApps []string // apps that are loaded into system server
SpeedApps []string // apps that should be speed optimized