summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cm.mk b/cm.mk
index e0f7124..1bc516a 100644
--- a/cm.mk
+++ b/cm.mk
@@ -21,12 +21,12 @@ PRODUCT_RELEASE_NAME := GT-I9100
TARGET_SCREEN_HEIGHT := 800
TARGET_SCREEN_WIDTH := 480
+# Inherit some common CM stuff.
+$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+
# Inherit device configuration
$(call inherit-product, device/samsung/i9100/full_i9100.mk)
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/common_mini_phone.mk)
-
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := i9100
PRODUCT_NAME := cm_i9100