Reland "Remove product_is_iot."
This reverts commit 5089c11b1e
.
Change-Id: Iaedc22e63560a01ab01859982dc627569a421025
Test: treehugger
This commit is contained in:
parent
5089c11b1e
commit
1f3a239953
1 changed files with 0 additions and 13 deletions
|
@ -59,17 +59,6 @@ type variableProperties struct {
|
||||||
Cflags []string
|
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
|
// treble_linker_namespaces is true when the system/vendor linker namespace separation is
|
||||||
// enabled.
|
// enabled.
|
||||||
Treble_linker_namespaces struct {
|
Treble_linker_namespaces struct {
|
||||||
|
@ -262,8 +251,6 @@ type productVariables struct {
|
||||||
|
|
||||||
Override_rs_driver *string `json:",omitempty"`
|
Override_rs_driver *string `json:",omitempty"`
|
||||||
|
|
||||||
Product_is_iot *bool `json:",omitempty"`
|
|
||||||
|
|
||||||
Fuchsia *bool `json:",omitempty"`
|
Fuchsia *bool `json:",omitempty"`
|
||||||
|
|
||||||
DeviceKernelHeaders []string `json:",omitempty"`
|
DeviceKernelHeaders []string `json:",omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue