summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cm.mk b/cm.mk
index c7b1ef2..ab9b701 100644
--- a/cm.mk
+++ b/cm.mk
@@ -5,7 +5,8 @@ $(call inherit-product, vendor/cm/config/gsm.mk)
PRODUCT_RELEASE_NAME := i9300
# Boot animation
-TARGET_BOOTANIMATION_NAME := vertical-720x1280
+TARGET_SCREEN_HEIGHT := 1280
+TARGET_SCREEN_WIDTH := 720
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)