Remove obsolete dexpreopt config option UseArtImage.

Bug: 170935728
Test: lunch aosp_cf_x86_64_phone-userdebug && m && lunch_cvd
Change-Id: Id83b9085794fd2ec338077ca909f84e04ccad041
This commit is contained in:
Ulya Trafimovich
2022-04-20 10:53:26 +01:00
parent 77b99b097b
commit 442ec7fc07
3 changed files with 2 additions and 17 deletions

View File

@@ -36,8 +36,6 @@ type GlobalConfig struct {
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
PatternsOnSystemOther []string // patterns (using '%' to denote a prefix match) to put odex on the system_other partition