From b2123aa1df97dca26c73ef1f467ee043dc8c08c3 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 5 May 2017 13:37:11 -0700 Subject: Add a variable to disable modules in the PDK Not plumbed through yet, but will at least prevent us from losing track of which modules will not build in the PDK. Test: builds Change-Id: I4c1a0e39104b104dc1ff23c4391d5e83b3002d3a --- android/variable.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index 03c797f73..e692fafb2 100644 --- a/android/variable.go +++ b/android/variable.go @@ -81,6 +81,10 @@ type variableProperties struct { Cflags []string Cppflags []string } + + Pdk struct { + Enabled *bool + } } `android:"arch_variant"` } -- cgit v1.2.3-59-g8ed1b