Merge "Reland "Turn on Global ThinLTO by default""
diff --git a/cc/lto.go b/cc/lto.go
index 455ff7e..4b9de38 100644
--- a/cc/lto.go
+++ b/cc/lto.go
@@ -161,7 +161,7 @@
 }
 
 func GlobalThinLTO(ctx android.BaseModuleContext) bool {
-	return ctx.Config().IsEnvTrue("GLOBAL_THINLTO")
+	return !ctx.Config().IsEnvFalse("GLOBAL_THINLTO")
 }
 
 // Propagate lto requirements down from binaries