@@ -162,7 +162,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
The note is not visible to the blocked user.