Merge "Add Product_is_iot to soong config."
This commit is contained in:
@@ -62,6 +62,11 @@ type variableProperties struct {
|
|||||||
Cflags []string
|
Cflags []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Product_is_iot is true for Android Things devices.
|
||||||
|
Product_is_iot struct {
|
||||||
|
Cflags []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 {
|
||||||
@@ -201,6 +206,8 @@ type productVariables struct {
|
|||||||
|
|
||||||
Override_rs_driver *string `json:",omitempty"`
|
Override_rs_driver *string `json:",omitempty"`
|
||||||
|
|
||||||
|
Product_is_iot *bool `json:",omitempty"`
|
||||||
|
|
||||||
DeviceKernelHeaders []string `json:",omitempty"`
|
DeviceKernelHeaders []string `json:",omitempty"`
|
||||||
DistDir *string `json:",omitempty"`
|
DistDir *string `json:",omitempty"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user