e6ba745017
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
13 lines
295 B
Makefile
13 lines
295 B
Makefile
# World APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
messaging \
|
|
Stk \
|
|
CellBroadcastReceiver
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Orion.ogg
|