Merge "Disable Global ThinLTO by default" into main
This commit is contained in:
@@ -162,7 +162,7 @@ func (lto *lto) Never() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func GlobalThinLTO(ctx android.BaseModuleContext) 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
|
// Propagate lto requirements down from binaries
|
||||||
|
Reference in New Issue
Block a user