Merge "Allow arch-specific modules to be disabled in the PDK"

am: 95e84af399

Change-Id: Id8ff0f3b81dc92cf7868d5f2ac122e06a4f075ae
This commit is contained in:
Colin Cross
2017-10-18 01:20:56 +00:00
committed by android-build-merger

View File

@@ -92,8 +92,8 @@ type variableProperties struct {
}
Pdk struct {
Enabled *bool
}
Enabled *bool `android:"arch_variant"`
} `android:"arch_variant"`
Uml struct {
Cppflags []string