Drop DexPreoptImages field in dexpreopt config
The field isn't used anymore. And DexPreoptImagesDeps will have the slice of which size is the same as Archs to avoid an error. Bug: 158843648 Test: m Change-Id: I520063ff7376811febbc82e1a0a43785feb5bbb2
This commit is contained in:
@@ -47,7 +47,6 @@ func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleCo
|
||||
EnforceUsesLibraries: false,
|
||||
ClassLoaderContexts: nil,
|
||||
Archs: []android.ArchType{android.Arm},
|
||||
DexPreoptImages: android.Paths{android.PathForTesting("system/framework/arm/boot.art")},
|
||||
DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
|
||||
DexPreoptImageLocations: []string{},
|
||||
PreoptBootClassPathDexFiles: nil,
|
||||
|
Reference in New Issue
Block a user