Loading cc/lto.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cc/lto.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading