replicant-vendor_replicant/config/common_mini_phone.mk
Steve Kondik 3515e793be cm: Change the default sounds
* Make the default sounds a bit less jarring
 * The dubstep ringtone, while funny, is kinda obnoxious.

Change-Id: I9bd8d0c900b655ea0d7065c2f3e01ce8f73390e4
2012-11-12 10:55:08 -08:00

23 lines
601 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common.mk)
# Bring in all audio files
include frameworks/base/data/sounds/NewAudio.mk
# Include CM audio files
include vendor/cm/config/cm_audio.mk
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=Orion.ogg \
ro.config.notification_sound=Deneb.ogg \
ro.config.alarm_alert=Hassium.ogg
PRODUCT_PACKAGES += \
Mms
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/320.zip:system/media/bootanimation.zip
endif