commit | 1d2b7eea6b3b50fe5ab763ca255f689dd0419139 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Jul 11 11:01:59 2018 -0700 |
committer | John Reck <jreck@google.com> | Wed Jul 11 18:24:49 2018 +0000 |
tree | 0fbc4ac772c84c482690c19b539feb21c57e774d | |
parent | ff2af2c7433b34d160959689384aecbc0677830f [diff] |
Allow disabling LTO on eng Test: Verified setting never to true in hwui resulted in a fast incremental build Bug: 111277863 Change-Id: Ic3da6f3adc2c97f0d5f287402c460907533a5f71
diff --git a/android/variable.go b/android/variable.go index 4cd5313..5edcdbc 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -92,6 +92,9 @@ Eng struct { Cflags []string Cppflags []string + Lto struct { + Never *bool + } } Pdk struct {