Merge "soong_zip after dex should not fail when no *.dex files were generated" am: bce06b6840
am: 212e052aa7
am: e6a0f1821d
Change-Id: Icbafc5de0747c03dc4a007881a11389b4123e047
This commit is contained in:
commit
c4de932511
1 changed files with 2 additions and 2 deletions
|
@ -177,9 +177,9 @@ func (j *Module) compileDex(ctx android.ModuleContext, flags javaBuilderFlags,
|
|||
javalibJar := android.PathForModuleOut(ctx, "dex", jarName)
|
||||
outDir := android.PathForModuleOut(ctx, "dex")
|
||||
|
||||
zipFlags := ""
|
||||
zipFlags := "--ignore_missing_files"
|
||||
if j.deviceProperties.UncompressDex {
|
||||
zipFlags = "-L 0"
|
||||
zipFlags += " -L 0"
|
||||
}
|
||||
|
||||
if useR8 {
|
||||
|
|
Loading…
Reference in a new issue