cm: config: Build telephony-ext for all devices

TeleService (com.android.phone), which is built on all devices,
also has dependencies on telephony-ext. As telephony-ext is
currently absent on non-telephony devices (most tablets),
FCs are rampant on these devices.

Build telephony-ext for all device configurations to fix
the dependencies.

Change-Id: I4094ace3764d9f41ed28fbb62067ad2b2228c3a7
This commit is contained in:
Zhao Wei Liew 2016-10-13 13:57:44 +08:00
parent e3ed12c546
commit e6ba745017
2 changed files with 8 additions and 5 deletions

View file

@ -252,6 +252,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
media.sf.omx-plugin=libffmpeg_omx.so \
media.sf.extractor-plugin=libffmpeg_extractor.so
# Telephony
PRODUCT_PACKAGES += \
telephony-ext
PRODUCT_BOOT_JARS += \
telephony-ext
# These packages are excluded from user builds
ifneq ($(TARGET_BUILD_VARIANT),user)
PRODUCT_PACKAGES += \

View file

@ -6,11 +6,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
messaging \
Stk \
CellBroadcastReceiver \
telephony-ext
PRODUCT_BOOT_JARS += \
telephony-ext
CellBroadcastReceiver
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \