c37028d952
* Build new AOSP messaging app * Remove no longer used WhisperPush/CMHome * Messaging no longer depends on SoundRecorder Change-Id: I202203449c97814972f1aad1af4d69afa1a61e7d
18 lines
473 B
Makefile
18 lines
473 B
Makefile
# World APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-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 += \
|
|
messaging \
|
|
Stk \
|
|
CellBroadcastReceiver
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Orion.ogg
|