Merge "Remove unused dexpreopt UseEmbeddedDex"
This commit is contained in:
commit
6ff48cd048
|
@ -91,7 +91,6 @@ type ModuleConfig struct {
|
|||
DexLocation string // dex location on device
|
||||
BuildPath string
|
||||
DexPath string
|
||||
UseEmbeddedDex bool
|
||||
UncompressedDex bool
|
||||
HasApkLibraries bool
|
||||
PreoptFlags []string
|
||||
|
|
|
@ -67,7 +67,6 @@ var testModuleConfig = ModuleConfig{
|
|||
DexLocation: "",
|
||||
BuildPath: "",
|
||||
DexPath: "",
|
||||
UseEmbeddedDex: false,
|
||||
UncompressedDex: false,
|
||||
HasApkLibraries: false,
|
||||
PreoptFlags: nil,
|
||||
|
|
|
@ -149,7 +149,6 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.Mo
|
|||
DexLocation: dexLocation,
|
||||
BuildPath: android.PathForModuleOut(ctx, "dexpreopt", ctx.ModuleName()+".jar").String(),
|
||||
DexPath: dexJarFile.String(),
|
||||
UseEmbeddedDex: false,
|
||||
UncompressedDex: d.uncompressedDex,
|
||||
HasApkLibraries: false,
|
||||
PreoptFlags: nil,
|
||||
|
|
Loading…
Reference in New Issue