diff options
| author | 2017-08-23 14:58:37 -0700 | |
|---|---|---|
| committer | 2017-08-23 15:57:20 -0700 | |
| commit | dba5419dea681e5347beaeee6600a11c5aab6454 (patch) | |
| tree | 010b5d0689d8ad7f89ae7ee64cf26d593d467ace /android/variable.go | |
| parent | b3f1c8f5f5f4e924902957c3e870bccca61b1910 (diff) | |
Add product_variables.uml
Bug: 64985489
Test: Manual
Change-Id: Ief6f06770b4df54c3630fb8f1904da2336f294ff
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 9cb8c6324..1ecd9fba3 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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"` |