ba1ca3309a
* Promo video here: http://www.youtube.com/watch?v=ogp9f4_yEoU * It looks *way* better on a device, though :) * The animation is square, so the names have changed. Change-Id: I8eebdf29a7d30632d75210a6d3975d7ea17d5246
23 lines
612 B
Makefile
23 lines
612 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=CyanTone.ogg \
|
|
ro.config.notification_sound=CyanMessage.ogg \
|
|
ro.config.alarm_alert=CyanAlarm.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
|