Adding desirec to cyanogen vendor
Change-Id: Iedee7e53633289ac7a12815bf9122643ede159b5
This commit is contained in:
parent
7935a8e4c3
commit
ec98d2ded9
@ -6,6 +6,7 @@ PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_buzz.mk \
|
||||
$(LOCAL_DIR)/cyanogen_click.mk \
|
||||
$(LOCAL_DIR)/cyanogen_crespo.mk \
|
||||
$(LOCAL_DIR)/cyanogen_desirec.mk \
|
||||
$(LOCAL_DIR)/cyanogen_dream_sapphire.mk \
|
||||
$(LOCAL_DIR)/cyanogen_encore.mk \
|
||||
$(LOCAL_DIR)/cyanogen_espresso.mk \
|
||||
|
48
products/cyanogen_desirec.mk
Normal file
48
products/cyanogen_desirec.mk
Normal file
@ -0,0 +1,48 @@
|
||||
# Inherit AOSP device configuration for desirec.
|
||||
$(call inherit-product, device/htc/desirec/device_desirec.mk)
|
||||
|
||||
# Inherit some common cyanogenmod stuff.
|
||||
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
||||
|
||||
# Inherit apns list from common
|
||||
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
|
||||
|
||||
#
|
||||
# Setup device specific product configuration.
|
||||
#
|
||||
PRODUCT_NAME := cyanogen_desirec
|
||||
PRODUCT_BRAND := verizon
|
||||
PRODUCT_DEVICE := desirec
|
||||
PRODUCT_MODEL := ERIS
|
||||
PRODUCT_MANUFACTURER := HTC
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=GRI40 BUILD_DISPLAY_ID=GRI40 BUILD_FINGERPRINT=google/passion/passion:2.3.3/GRI40/102588:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.3 GRI40 102588 release-keys"
|
||||
|
||||
# Use Prebuilt kernel from desirec device tree
|
||||
PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=device/htc/desirec/kernel
|
||||
|
||||
# Extra overlay for Gallery3D orientation hack
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/heroc
|
||||
|
||||
# Enable Windows Media
|
||||
WITH_WINDOWS_MEDIA := true
|
||||
#
|
||||
# Set ro.modversion
|
||||
#
|
||||
ifdef CYANOGEN_NIGHTLY
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-Eris
|
||||
else
|
||||
ifdef CYANOGEN_RELEASE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.0.0-RC2-Eris
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.0.0-RC2-KANG-Eris
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# Copy dream/sapphire specific prebuilt files
|
||||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip
|
@ -5,6 +5,7 @@ add_lunch_combo cyanogen_bravoc-eng
|
||||
add_lunch_combo cyanogen_buzz-eng
|
||||
add_lunch_combo cyanogen_click-eng
|
||||
add_lunch_combo cyanogen_crespo-eng
|
||||
add_lunch_combo cyanogen_desirec-eng
|
||||
add_lunch_combo cyanogen_dream_sapphire-eng
|
||||
add_lunch_combo cyanogen_encore-eng
|
||||
add_lunch_combo cyanogen_espresso-eng
|
||||
|
Loading…
Reference in New Issue
Block a user