From bdac04e0f6002e95ce734a097d2c12236ed482fa Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 5 Nov 2014 13:19:56 -0800 Subject: [PATCH] Add bcc to core_tiny.mk. Bug: 18257466 Also update the core.mk documentation that has gone slightly out of date. Change-Id: I90ed64e2509dad3d78d451dd4a7d8c3dfd01532c --- target/product/core.mk | 5 +++-- target/product/core_tiny.mk | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/target/product/core.mk b/target/product/core.mk index 876a536b6..519dbb8ef 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -15,9 +15,10 @@ # # Base configuration for communication-oriented android devices -# (phones, tablets, etc.). If you want a change to apply to ALL +# (phones, tablets, etc.). If you want a change to apply to ALMOST ALL # devices (including non-phones and non-tablets), modify -# core_minimal.mk instead. +# core_minimal.mk instead. If you care about wearables, you need to modify +# core_tiny.mk in addition to core_minimal.mk. PRODUCT_PACKAGES += \ BasicDreams \ diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index d6dbe9899..9637e3413 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -43,6 +43,7 @@ PRODUCT_PACKAGES += \ DefaultContainerService \ SettingsProvider \ Shell \ + bcc \ bu \ com.android.location.provider \ com.android.location.provider.xml \ -- 2.11.0