diff options
-rw-r--r-- | cm.mk | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -$(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.mk) +## Specify phone tech before including full_phone +$(call inherit-product, vendor/cm/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := GalaxyS @@ -6,8 +7,8 @@ PRODUCT_RELEASE_NAME := GalaxyS # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/gsm.mk) +# Inherit device configuration +$(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := galaxysmtd |