commit | 68ab58148d6c521c3c6f525ee30e05c46f895ef3 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Wed Feb 14 03:03:57 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 14 03:03:57 2018 +0000 |
tree | 7dc97f7926dc63068f166cefadb377e8fb750485 | |
parent | 968f533969653c9dc544e08347d38169bd7bd13c [diff] | |
parent | e7899e48a7c0fa0c501dd47566a23865777b844e [diff] |
Merge "Fix PDK build"
diff --git a/bootstat/Android.bp b/bootstat/Android.bp index 2c87018..dd9ba88 100644 --- a/bootstat/Android.bp +++ b/bootstat/Android.bp
@@ -66,6 +66,9 @@ shared_libs: ["liblogcat"], init_rc: ["bootstat.rc"], product_variables: { + pdk: { + enabled: false, + }, debuggable: { init_rc: ["bootstat-debug.rc"], },