diff --git a/dexpreopt/dexpreopt.go b/dexpreopt/dexpreopt.go index 4c6ae82e9..1401c75d9 100644 --- a/dexpreopt/dexpreopt.go +++ b/dexpreopt/dexpreopt.go @@ -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 {