CM9: initial CM vendor setup for Android 4
This commit is contained in:
committed by
Ricardo Cerqueira
parent
395cb3fb55
commit
e1f3738e7c
14
config/common_full_phone.mk
Normal file
14
config/common_full_phone.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
# Inherit common CM stuff
|
||||
$(call inherit-product, vendor/cm/config/common.mk)
|
||||
|
||||
# Bring in all audio files
|
||||
include frameworks/base/data/sounds/AllAudio.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
|
Reference in New Issue
Block a user