diff --git a/android/variable.go b/android/variable.go index 5ee888f06..1c17e5aec 100644 --- a/android/variable.go +++ b/android/variable.go @@ -87,6 +87,7 @@ type variableProperties struct { Cflags []string Cppflags []string Init_rc []string + Required []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging