Merge "Revert "Remove product_is_iot."" am: 604374742d
am: 742677d7b6
Change-Id: If961e139b66b79dcea3dbd555c6a517f9307447d
This commit is contained in:
commit
171f6bfa7b
1 changed files with 13 additions and 0 deletions
|
@ -59,6 +59,17 @@ 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 {
|
||||
|
@ -251,6 +262,8 @@ type productVariables struct {
|
|||
|
||||
Override_rs_driver *string `json:",omitempty"`
|
||||
|
||||
Product_is_iot *bool `json:",omitempty"`
|
||||
|
||||
Fuchsia *bool `json:",omitempty"`
|
||||
|
||||
DeviceKernelHeaders []string `json:",omitempty"`
|
||||
|
|
Loading…
Reference in a new issue