Remove UseApexImage and GenerateApexImage.

These options are not used anymore.

Bug: 119800099
Test: m
Change-Id: I4568ff23ed71a5c288ed87828aed6e4bc4f8bd4d
This commit is contained in:
Nicolas Geoffray
2020-02-07 14:19:28 +00:00
parent 396b950a1b
commit 73d5983af0
4 changed files with 0 additions and 62 deletions

View File

@@ -32,9 +32,6 @@ type GlobalConfig struct {
UseArtImage bool // use the art image (use other boot class path dex files without image)
GenerateApexImage bool // generate an extra boot image only containing jars from the runtime apex
UseApexImage bool // use the apex image by default
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