Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98364d80 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am c4962a55: am 4d2b4fdc: am 11054d5e: Add bcc to core_tiny.mk. automerge: bdac04e0

* commit 'c4962a55':
  Add bcc to core_tiny.mk.
parents 0b162624 c4962a55
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 \
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ PRODUCT_PACKAGES += \
    DefaultContainerService \
    SettingsProvider \
    Shell \
    bcc \
    bu \
    com.android.location.provider \
    com.android.location.provider.xml \