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

Commit 7689c64f authored by Yi Kong's avatar Yi Kong
Browse files

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

This reverts commit 4273c18a.

Bug: 243475788
Bug: 243490273
Change-Id: I5ea8c8e6a84408013bc7ed573776d8f5eebc091f
parent 4273c18a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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