Merge "Use unzip -DD" am: b7cea24fe3
am: cae5903677
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1361337 Change-Id: I68b97b33bd19206dfd96aca36bf4575a0bca5459
This commit is contained in:
@@ -390,7 +390,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) {
|
||||
} else {
|
||||
if fi.class == appSet {
|
||||
copyCommands = append(copyCommands,
|
||||
fmt.Sprintf("unzip -q -d %s %s", destPathDir, fi.builtFile.String()))
|
||||
fmt.Sprintf("unzip -qDD -d %s %s", destPathDir, fi.builtFile.String()))
|
||||
} else {
|
||||
copyCommands = append(copyCommands, "cp -f "+fi.builtFile.String()+" "+destPath)
|
||||
}
|
||||
|
Reference in New Issue
Block a user