summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 15:16:06 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 15:16:06 +0200
commit3149e9b5a8935d8f15b73b9a38eb091c3ecaa043 (patch)
tree129e84f958ed081ddc583640c55eb080980546a4
parent73d20ec6e3d5e6b2d57c918e71fe71257eba9325 (diff)
downloaddevice_samsung_p5100-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.zip
device_samsung_p5100-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.tar.gz
device_samsung_p5100-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.tar.bz2
fix bootanimation
-rw-r--r--cm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm.mk b/cm.mk
index ea75cc3..3ff8341 100644
--- a/cm.mk
+++ b/cm.mk
@@ -21,7 +21,7 @@ $(call inherit-product, vendor/cm/config/gsm.mk)
PRODUCT_RELEASE_NAME := p5100
# Boot animation
-TARGET_BOOTANIMATION_NAME := horizontal-1024x768
+TARGET_BOOTANIMATION_NAME := horizontal-1280x800
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)