1c282ce3d3
For WiFi only devices, they don't want this by default. Change-Id: I4d07ab25d971f8a50beb84e2fd5f6d0bf1aeb8fe
29 lines
727 B
Makefile
29 lines
727 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 \
|
|
VoiceDialer \
|
|
WhisperPush
|
|
|
|
# Mms depends on SoundRecorder for recorded audio messages
|
|
PRODUCT_PACKAGES += \
|
|
SoundRecorder
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Orion.ogg
|