Merge "Disable Global ThinLTO by default" into main
This commit is contained in:
commit
78e4695b3a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,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…
Reference in a new issue