summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2019-07-30 08:43:50 -0700
committer Elliott Hughes <enh@google.com> 2019-07-30 08:43:50 -0700
commit14fa562fbbd89fabc5806734cdaadcdd2e4a577a (patch)
treeacc3b2eccff83c1c21a8a33bc4d10fcf0d64789a /android/variable.go
parentcadffcdd660eabb7c90acc8cdb587feda04ca141 (diff)
Remove product_is_iot.
Test: treehugger Change-Id: I0935f463138e1d2a364cd2a5bc8b6e977da1ec47
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/android/variable.go b/android/variable.go
index e9379b792..bfff81ca4 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -59,17 +59,6 @@ type variableProperties struct {
Cflags []string
}
- // Product_is_iot is true for Android Things devices.
- Product_is_iot struct {
- 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
// enabled.
Treble_linker_namespaces struct {
@@ -262,8 +251,6 @@ type productVariables struct {
Override_rs_driver *string `json:",omitempty"`
- Product_is_iot *bool `json:",omitempty"`
-
Fuchsia *bool `json:",omitempty"`
DeviceKernelHeaders []string `json:",omitempty"`