commit | 99967a7b349438941188378d68c41df9d90cea18 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Oct 17 13:55:02 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 17 16:25:26 2017 -0700 |
tree | 3ac5dcfe337616d260f1572f9405a5731ed15b48 | |
parent | 93e85950441509eda5225e8d35055135daaf6d98 [diff] [blame] |
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
diff --git a/android/variable.go b/android/variable.go index 9dd9d25..16a6b11 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -92,8 +92,8 @@ } Pdk struct { - Enabled *bool - } + Enabled *bool `android:"arch_variant"` + } `android:"arch_variant"` Uml struct { Cppflags []string