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

@@ -111,14 +111,6 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.Mo
if global.UseArtImage {
bootImage = artBootImageConfig(ctx)
}
if global.UseApexImage {
bootImage = frameworkJZBootImageConfig(ctx)
dexFiles = bootImage.dexPathsDeps.Paths()
dexLocations = bootImage.dexLocationsDeps
if global.UseArtImage {
bootImage = artJZBootImageConfig(ctx)
}
}
var archs []android.ArchType
for _, a := range ctx.MultiTargets() {