Basic incredible vendor for CyanogenMod

This commit is contained in:
ctso 2010-06-25 05:08:18 +00:00
parent 2c7b77e432
commit ac4f4e4ea8
3 changed files with 27 additions and 0 deletions

View File

@ -1,2 +1,3 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_passion.mk \
$(LOCAL_DIR)/cyanogen_incredible.mk \

View File

@ -0,0 +1,24 @@
$(call inherit-product, device/htc/inc/inc.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/product/common.mk)
#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_incredible
PRODUCT_BRAND := verizon
PRODUCT_DEVICE := incredible
PRODUCT_MODEL := Incredible
PRODUCT_MANUFACTURER := HTC
#
# Set ro.modversion
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-N1-test0
endif

View File

@ -1,2 +1,4 @@
add_lunch_combo cyanogen_passion-eng
add_lunch_combo cyanogen_passion-userdebug
add_lunch_combo cyanogen_incredible-eng
add_lunch_combo cyanogen_incredible-userdebug