diff options
| author | 2018-11-19 23:36:38 -0800 | |
|---|---|---|
| committer | 2018-11-19 23:36:38 -0800 | |
| commit | 377a12b4c3784171cd9702353105ee7131d8a91c (patch) | |
| tree | 1801262bedfd3a148d53ecbfd0e72f556a4765e9 /android/variable.go | |
| parent | 569edc5f66dc5d5080da34d19ef40e00cddff2e6 (diff) | |
Add product_variables.product_is_iot variables
These are enough to compile bootanimation with Soong.
Test: build bootanimation on internal branch
Change-Id: I8474b54ea196ab71ce178c517eb261bdc22b2e01
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index 2763bf292..fbbde36fd 100644 --- a/android/variable.go +++ b/android/variable.go @@ -64,7 +64,13 @@ type variableProperties struct { // Product_is_iot is true for Android Things devices. Product_is_iot struct { - Cflags []string + Cflags []string + Enabled bool + Exclude_srcs []string + Init_rc []string + Shared_libs []string + Srcs []string + Static_libs []string } // treble_linker_namespaces is true when the system/vendor linker namespace separation is |