diff options
author | Stephen Hines <srhines@google.com> | 2014-07-14 20:29:46 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-14 20:29:46 +0000 |
commit | 29f932706d39799a572544b1b26e7460b16040a3 (patch) | |
tree | e5011a21aa27f7f242f63e54efbc6736e32944cd /target/product | |
parent | 8689b90bcfdc92c94475901935b5f6efae0c9abc (diff) | |
parent | fd5e704c5683077e4c689d4a27769c034b48be7f (diff) | |
download | build-29f932706d39799a572544b1b26e7460b16040a3.zip build-29f932706d39799a572544b1b26e7460b16040a3.tar.gz build-29f932706d39799a572544b1b26e7460b16040a3.tar.bz2 |
am fd5e704c: Merge "Add bcc into /system/bin."
* commit 'fd5e704c5683077e4c689d4a27769c034b48be7f':
Add bcc into /system/bin.
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/core_minimal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index ec51ea4..b1d6546 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -30,6 +30,7 @@ PRODUCT_PACKAGES += \ PackageInstaller \ SettingsProvider \ Shell \ + bcc \ bu \ com.android.location.provider \ com.android.location.provider.xml \ |