Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cab5906 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents f171dac4 4273c18a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,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