Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)."

This commit is contained in:
Ulyana Trafimovich
2021-03-25 10:13:45 +00:00
committed by Gerrit Code Review
6 changed files with 158 additions and 7 deletions

View File

@@ -33,6 +33,8 @@ type GlobalConfig struct {
OnlyPreoptBootImageAndSystemServer bool // only preopt jars in the boot image or system server
PreoptWithUpdatableBcp bool // If updatable boot jars are included in dexpreopt or not.
UseArtImage bool // use the art image (use other boot class path dex files without image)
HasSystemOther bool // store odex files that match PatternsOnSystemOther on the system_other partition