Add product_variables.uml
Bug: 64985489 Test: Manual Change-Id: Ief6f06770b4df54c3630fb8f1904da2336f294ff Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
b3f1c8f5f5
commit
dba5419dea
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,10 @@ type variableProperties struct {
|
|||
Pdk struct {
|
||||
Enabled *bool
|
||||
}
|
||||
|
||||
Uml struct {
|
||||
Cppflags []string
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
||||
|
@ -141,6 +145,7 @@ type productVariables struct {
|
|||
Device_uses_hwc2 *bool `json:",omitempty"`
|
||||
Treble *bool `json:",omitempty"`
|
||||
Pdk *bool `json:",omitempty"`
|
||||
Uml *bool `json:",omitempty"`
|
||||
|
||||
IntegerOverflowExcludePaths *[]string `json:",omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue