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