Preopt: Do not strip non-image boot class path jars.
Test: Pixel 2 XL boots. Bug: 119868597 Change-Id: I7bd3b7655aecf1a8c26dd8d4d18d3eec685ece88
This commit is contained in:
committed by
Nicolas Geoffray
parent
ae1366f60d
commit
e8b00d69c0
@@ -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"`
|
||||
|
Reference in New Issue
Block a user