Allow brillo cflags and debuggable cppflags
am: 7b872837c6
Change-Id: I606c4a8e34e635f16584585f3a03e089b81b6462
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user