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:
parent
e3ed12c546
commit
e6ba745017
2 changed files with 8 additions and 5 deletions
|
@ -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 += \
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue