diff options
author | Igor Almeida <igor.contato@gmail.com> | 2012-11-05 23:20:07 -0300 |
---|---|---|
committer | Igor Almeida <igor.contato@gmail.com> | 2012-11-06 00:01:23 -0300 |
commit | 442896a36f15f4387bafb2c5dc724663f607db87 (patch) | |
tree | 4dcfb5fdbe85f5a34e0d2b10c2125f6640c89665 | |
parent | 263e7c7d210c90c184bb924de6ac9a043cbbe76f (diff) | |
download | device_samsung_galaxysmtd-replicant-ics-dev.zip device_samsung_galaxysmtd-replicant-ics-dev.tar.gz device_samsung_galaxysmtd-replicant-ics-dev.tar.bz2 |
Vendor renaming for replicantreplicant-ics-dev
-rw-r--r-- | cm.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,18 +1,18 @@ ## Specify phone tech before including full_phone -$(call inherit-product, vendor/cm/config/gsm.mk) +$(call inherit-product, vendor/replicant/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := GalaxyS # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := galaxysmtd -PRODUCT_NAME := cm_galaxysmtd +PRODUCT_NAME := replicant_galaxysmtd PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-I9000 |