Merge "eng builds: dexpreopt: stop explicitly removing minidebuginfo" am: 92aa7b712e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1786647 Change-Id: Ic680da598b0ff982cae01919c7f49427e9ff58da
This commit is contained in:
@@ -430,11 +430,6 @@ func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, g
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Never enable on eng.
|
|
||||||
if global.IsEng {
|
|
||||||
debugInfo = false
|
|
||||||
}
|
|
||||||
|
|
||||||
if debugInfo {
|
if debugInfo {
|
||||||
cmd.Flag("--generate-mini-debug-info")
|
cmd.Flag("--generate-mini-debug-info")
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user