Add Sholes

This commit is contained in:
ctso 2010-06-26 03:22:29 +00:00
parent a631549138
commit 1b59d2864b
3 changed files with 27 additions and 3 deletions

View File

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

View File

@ -0,0 +1,25 @@
# Inherit AOSP device configuration for passion.
$(call inherit-product, device/motorola/sholes/sholes.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_sholes
PRODUCT_BRAND := motorola
PRODUCT_DEVICE := sholes
PRODUCT_MODEL := Droid
PRODUCT_MANUFACTURER := Motorola
#
# 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,6 +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
add_lunch_combo cyanogen_heroc-eng
add_lunch_combo cyanogen_heroc-userdebug
add_lunch_combo cyanogen_sholes-userdebug