summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cm.mk b/cm.mk
index 5f28641..b12550d 100644
--- a/cm.mk
+++ b/cm.mk
@@ -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)