Allow brillo cflags and debuggable cppflags
Test: mmma -j frameworks/native/{libs/gui,opengl/libs} w/Android.bp Change-Id: I31286c92ec4befaa486052ba2e6d55cd0d5fe62d
This commit is contained in:
parent
0d614dd222
commit
7b872837c6
1 changed files with 3 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue