Allow brillo cflags and debuggable cppflags

am: 7b872837c6

Change-Id: I606c4a8e34e635f16584585f3a03e089b81b6462
This commit is contained in:
Dan Willemsen
2016-10-18 04:35:15 +00:00
committed by android-build-merger

View File

@@ -42,6 +42,7 @@ type variableProperties struct {
} `android:"arch_variant"`
Brillo struct {
Cflags []string
Version_script *string `android:"arch_variant"`
} `android:"arch_variant"`
@@ -66,7 +67,8 @@ type variableProperties struct {
}
Debuggable struct {
Cflags []string
Cflags []string
Cppflags []string
}
} `android:"arch_variant"`
}