diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:16:33 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:16:33 +0200 |
commit | d3824a96321692bc5e0082c0731f36a279bf950b (patch) | |
tree | 0d4878b968366b9bd27e67a7e81371dae3b552a8 | |
parent | aaaf6a26cf9a5de5c7e0c9add86090e6dc4a75e8 (diff) | |
download | device_samsung_p5110-d3824a96321692bc5e0082c0731f36a279bf950b.zip device_samsung_p5110-d3824a96321692bc5e0082c0731f36a279bf950b.tar.gz device_samsung_p5110-d3824a96321692bc5e0082c0731f36a279bf950b.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 := p5110 # 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_tablet_wifionly.mk) |