Merge "Revert "Turn on Global ThinLTO by default""

This commit is contained in:
Yi Kong
2022-08-18 17:24:55 +00:00
committed by Gerrit Code Review

View File

@@ -155,7 +155,7 @@ func (lto *lto) Never() bool {
}
func GlobalThinLTO(ctx android.BaseModuleContext) bool {
return !ctx.Config().IsEnvFalse("GLOBAL_THINLTO")
return ctx.Config().IsEnvTrue("GLOBAL_THINLTO")
}
// Propagate lto requirements down from binaries