From 99967a7b349438941188378d68c41df9d90cea18 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 17 Oct 2017 13:55:02 -0700 Subject: [PATCH] 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 --- android/variable.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/variable.go b/android/variable.go index 9dd9d25ba..16a6b11c4 100644 --- a/android/variable.go +++ b/android/variable.go @@ -92,8 +92,8 @@ type variableProperties struct { } Pdk struct { - Enabled *bool - } + Enabled *bool `android:"arch_variant"` + } `android:"arch_variant"` Uml struct { Cppflags []string