Merge "Remove product_is_iot."

am: 75b3788d6c

Change-Id: Ic639b5f1ac256be3369c6fe789bbef428aeac353
This commit is contained in:
Elliott Hughes 2019-07-31 22:07:05 -07:00 committed by android-build-merger
commit 7bb10aa40d

View file

@ -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"`