diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:16:06 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:16:06 +0200 |
commit | 3149e9b5a8935d8f15b73b9a38eb091c3ecaa043 (patch) | |
tree | 129e84f958ed081ddc583640c55eb080980546a4 | |
parent | 73d20ec6e3d5e6b2d57c918e71fe71257eba9325 (diff) | |
download | device_samsung_espresso3g-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.zip device_samsung_espresso3g-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.tar.gz device_samsung_espresso3g-3149e9b5a8935d8f15b73b9a38eb091c3ecaa043.tar.bz2 |
fix bootanimation
-rw-r--r-- | cm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |