Allow arch-specific modules to be disabled in the PDK
Modules may need to be disabled in the PDK for the device but not the host. Test: m checkbuild Change-Id: Ie40555d1437d9f36ceec753884dc4045132998eb
This commit is contained in:
parent
93e8595044
commit
99967a7b34
|
@ -92,8 +92,8 @@ type variableProperties struct {
|
|||
}
|
||||
|
||||
Pdk struct {
|
||||
Enabled *bool
|
||||
}
|
||||
Enabled *bool `android:"arch_variant"`
|
||||
} `android:"arch_variant"`
|
||||
|
||||
Uml struct {
|
||||
Cppflags []string
|
||||
|
|
Loading…
Reference in New Issue