8387c32892
Change-Id: Ic58ab2bb8b089288abea59ebede50408af3e3112
16 lines
414 B
Makefile
16 lines
414 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
# Bring in all audio files
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
|
include frameworks/base/data/sounds/AudioPackage7.mk
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Playa.ogg \
|
|
ro.config.notification_sound=regulus.ogg \
|
|
ro.config.alarm_alert=Alarm_Beep_03.ogg
|
|
|
|
PRODUCT_PACKAGES += \
|
|
Mms
|