summaryrefslogtreecommitdiffstats
path: root/bootstat
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-02-13 18:08:53 +0800
committerLogan Chien <loganchien@google.com>2018-02-14 03:03:28 +0000
commit4892bbf8d214013026d1ff7ab50fdafda2e8175d (patch)
tree7dc97f7926dc63068f166cefadb377e8fb750485 /bootstat
parentfd01164a8d3f350abf2ba26f6ff693d7ec4afa0e (diff)
downloadsystem_core-4892bbf8d214013026d1ff7ab50fdafda2e8175d.tar.gz
system_core-4892bbf8d214013026d1ff7ab50fdafda2e8175d.tar.bz2
system_core-4892bbf8d214013026d1ff7ab50fdafda2e8175d.zip
Fix PDK build
This commit disables "bootstat" in PDK builds because "bootstat" depends on "libstatslog" (from "frameworks/base") which is not included in PDK builds as well. Test: Build a target (described in http://b/72961456) with `platform.zip` built from master FSK source tree. Bug: 72961456 Change-Id: I06b1555694510e17ea82d5c6dfcdeaf99b905e4d
Diffstat (limited to 'bootstat')
-rw-r--r--bootstat/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstat/Android.bp b/bootstat/Android.bp
index 2c870182c..dd9ba88c2 100644
--- a/bootstat/Android.bp
+++ b/bootstat/Android.bp
@@ -66,6 +66,9 @@ cc_binary {
shared_libs: ["liblogcat"],
init_rc: ["bootstat.rc"],
product_variables: {
+ pdk: {
+ enabled: false,
+ },
debuggable: {
init_rc: ["bootstat-debug.rc"],
},