cm: New boot animation from Cameron Behzadpour
* Default for tablet is horizontal-1280x800 * Default for phone is vertical-480x800 * Override using TARGET_BOOTANIMATION_NAME in cm.mk (must come before inherit of CM base product. Change-Id: Ibd01236847b4f1de0cfd4246c8bd93b1f047005a
This commit is contained in:
@@ -12,3 +12,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=CyanTone.ogg \
|
||||
ro.config.notification_sound=CyanMessage.ogg \
|
||||
ro.config.alarm_alert=CyanAlarm.ogg
|
||||
|
||||
ifeq ($(TARGET_BOOTANIMATION_NAME),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip
|
||||
endif
|
||||
|
Reference in New Issue
Block a user