Add bcc to core_tiny.mk.

Bug: 18257466

Also update the core.mk documentation that has gone slightly out of date.

Change-Id: I90ed64e2509dad3d78d451dd4a7d8c3dfd01532c
This commit is contained in:
Stephen Hines
2014-11-05 13:19:56 -08:00
parent 04a4f1d031
commit bdac04e0f6
2 changed files with 4 additions and 2 deletions

View File

@@ -15,9 +15,10 @@
# #
# Base configuration for communication-oriented android devices # 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 # 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 += \ PRODUCT_PACKAGES += \
BasicDreams \ BasicDreams \

View File

@@ -43,6 +43,7 @@ PRODUCT_PACKAGES += \
DefaultContainerService \ DefaultContainerService \
SettingsProvider \ SettingsProvider \
Shell \ Shell \
bcc \
bu \ bu \
com.android.location.provider \ com.android.location.provider \
com.android.location.provider.xml \ com.android.location.provider.xml \