diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-12-01 15:05:14 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-04-07 08:56:27 +0000 |
commit | 17f8dbce1338543291a76d141690432f6b00c9ad (patch) | |
tree | 4995d2df515d76d5443bd49dfa9dfc549f45e068 | |
parent | af8d0f3f2ad847da8f5f767d01be4af94f6c5986 (diff) | |
download | device_samsung_espresso3g-17f8dbce1338543291a76d141690432f6b00c9ad.zip device_samsung_espresso3g-17f8dbce1338543291a76d141690432f6b00c9ad.tar.gz device_samsung_espresso3g-17f8dbce1338543291a76d141690432f6b00c9ad.tar.bz2 |
P5100: temporary fix for bootanimation causing PVR crashes
Change-Id: I3f522385e8fedca730dfb5aeb5e8de99de916d67
-rw-r--r-- | cm.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ PRODUCT_RELEASE_NAME := p5100 # Boot animation -TARGET_SCREEN_HEIGHT := 800 +# TARGET_SCREEN_HEIGHT := 800 +TARGET_SCREEN_HEIGHT := 480 TARGET_SCREEN_WIDTH := 1280 # Inherit some common CM stuff. |