Merge "Allow arch-specific modules to be disabled in the PDK"
am: 95e84af399
Change-Id: Id8ff0f3b81dc92cf7868d5f2ac122e06a4f075ae
This commit is contained in:
@@ -92,8 +92,8 @@ type variableProperties struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Pdk struct {
|
Pdk struct {
|
||||||
Enabled *bool
|
Enabled *bool `android:"arch_variant"`
|
||||||
}
|
} `android:"arch_variant"`
|
||||||
|
|
||||||
Uml struct {
|
Uml struct {
|
||||||
Cppflags []string
|
Cppflags []string
|
||||||
|
Reference in New Issue
Block a user