summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-02-14 03:23:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-14 03:23:00 +0000
commit67afa10231b7aabc6739e6c7cc72dfbf861e4de7 (patch)
treee7212fe4e8b1590750969fd182016adb30e06994
parentede3ccac6930948ee2c4a393a27e9c4b75f3a10d (diff)
parent2dc1f072f2293f7c4dcff20c48a129fc8f9c3648 (diff)
downloadcore-67afa10231b7aabc6739e6c7cc72dfbf861e4de7.tar.gz
Merge "Fix PDK build" am: 24e34e4b8e am: 9a393de28f
am: 2dc1f072f2 Change-Id: Ib64a3307ff02481b4fff1500830f75e56eae5815
-rw-r--r--bootstat/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstat/Android.bp b/bootstat/Android.bp
index e530774d4..3ddadbc24 100644
--- a/bootstat/Android.bp
+++ b/bootstat/Android.bp
@@ -69,6 +69,9 @@ cc_binary {
],
init_rc: ["bootstat.rc"],
product_variables: {
+ pdk: {
+ enabled: false,
+ },
debuggable: {
init_rc: ["bootstat-debug.rc"],
},