diff --git a/android/variable.go b/android/variable.go index c5b957be5..163113e11 100644 --- a/android/variable.go +++ b/android/variable.go @@ -65,6 +65,7 @@ type variableProperties struct { Debuggable struct { Cflags []string Cppflags []string + Init_rc []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging