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

This commit is contained in:
Treehugger Robot
2017-10-18 01:18:52 +00:00
committed by Gerrit Code Review

View File

@@ -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