commit | b2123aa1df97dca26c73ef1f467ee043dc8c08c3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 05 13:37:11 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Fri May 05 18:22:30 2017 -0700 |
tree | 07b9d7de59efe42d27a6ef7db62db40d9e8917ef | |
parent | c602b7d8817fdc0b7fbf1942b87c0f6eecf32aa2 [diff] [blame] |
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
diff --git a/android/variable.go b/android/variable.go index 03c797f..e692faf 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -81,6 +81,10 @@ Cflags []string Cppflags []string } + + Pdk struct { + Enabled *bool + } } `android:"arch_variant"` }