summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-12-21 15:54:16 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-01-11 10:26:17 +0000
commite8b00d69c04e18ec48177a1fa1c99884170d50c7 (patch)
tree99d1ce9fb1ecba0f84ef7dd9d054b24d8bfda8b0 /android/variable.go
parentae1366f60d2f46d8747fddef40762a7376ab7442 (diff)
Preopt: Do not strip non-image boot class path jars.
Test: Pixel 2 XL boots. Bug: 119868597 Change-Id: I7bd3b7655aecf1a8c26dd8d4d18d3eec685ece88
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 7e976cd60..ddaf166a3 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -198,6 +198,9 @@ type productVariables struct {
UncompressPrivAppDex *bool `json:",omitempty"`
ModulesLoadedByPrivilegedModules []string `json:",omitempty"`
+ BootJars []string `json:",omitempty"`
+ PreoptBootJars []string `json:",omitempty"`
+
DisableDexPreopt *bool `json:",omitempty"`
DisableDexPreoptModules []string `json:",omitempty"`
DexPreoptProfileDir *string `json:",omitempty"`