diff --git a/android/variable.go b/android/variable.go index 8ca75eea7..b238c4a5d 100644 --- a/android/variable.go +++ b/android/variable.go @@ -121,6 +121,7 @@ type variableProperties struct { // are used for dogfooding and performance testing, and should be as similar to user builds // as possible. Debuggable struct { + Apk *string Cflags []string Cppflags []string Init_rc []string