diff --git a/android/variable.go b/android/variable.go index 0bd7bf6c2..97d7d3fcf 100644 --- a/android/variable.go +++ b/android/variable.go @@ -92,6 +92,9 @@ type variableProperties struct { Eng struct { Cflags []string Cppflags []string + Lto struct { + Never *bool + } } Pdk struct {