diff options
| -rw-r--r-- | cc/lto.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ func (lto *lto) Never() bool { } func GlobalThinLTO(ctx android.BaseModuleContext) bool { - return ctx.Config().IsEnvTrue("GLOBAL_THINLTO") + return !ctx.Config().IsEnvFalse("GLOBAL_THINLTO") } // Propagate lto requirements down from binaries |