diff options
-rw-r--r-- | cm.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ $(call inherit-product, vendor/cm/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := GT-I9100 +# Bootanimation +TARGET_SCREEN_HEIGHT := 800 +TARGET_SCREEN_WIDTH := 480 + # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) |