diff options
-rw-r--r-- | cm.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |