b95faf6097
Change-Id: I31f502a10d64343c8800d51df28b6de49e44bccc
24 lines
625 B
Makefile
24 lines
625 B
Makefile
# World APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
|
|
|
# World SPN overrides list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
|
|
|
|
# Selective SPN list for operator number who has the problem.
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
|
|
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
Mms \
|
|
Stk \
|
|
CellBroadcastReceiver \
|
|
WhisperPush
|
|
|
|
# Mms depends on SoundRecorder for recorded audio messages
|
|
PRODUCT_PACKAGES += \
|
|
SoundRecorder
|