diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index e692fafb2..ef5b13c06 100644 --- a/android/variable.go +++ b/android/variable.go @@ -33,6 +33,7 @@ type variableProperties struct { Product_variables struct { Platform_sdk_version struct { Asflags []string + Cflags []string } // unbundled_build is a catch-all property to annotate modules that don't build in one or |