Add bcc to core_tiny.mk.
automerge: bdac04e
* commit 'bdac04e0f6002e95ce734a097d2c12236ed482fa':
Add bcc to core_tiny.mk.
This commit is contained in:
commit
11054d5edb
2 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue