Allow disabling LTO on eng

Test: Verified setting never to true in hwui resulted
in a fast incremental build
Bug: 111277863

Change-Id: Ic3da6f3adc2c97f0d5f287402c460907533a5f71
This commit is contained in:
John Reck
2018-07-11 11:01:59 -07:00
parent ff2af2c743
commit 1d2b7eea6b

View File

@@ -92,6 +92,9 @@ type variableProperties struct {
Eng struct {
Cflags []string
Cppflags []string
Lto struct {
Never *bool
}
}
Pdk struct {