Merge "eng builds: dexpreopt: stop explicitly removing minidebuginfo"
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 {
|
||||
cmd.Flag("--generate-mini-debug-info")
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user