8873ac06e8
Change-Id: I397b0a79c80e785f0f10dce20b431e5466ea364c
49 lines
1.4 KiB
Makefile
49 lines
1.4 KiB
Makefile
# Inherit device configuration for ace.
|
|
$(call inherit-product, device/htc/ace/ace.mk)
|
|
|
|
# Inherit some common cyanogenmod stuff.
|
|
$(call inherit-product, vendor/cyanogen/products/common.mk)
|
|
|
|
# Include GSM stuff
|
|
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
|
|
|
|
#
|
|
# Setup device specific product configuration.
|
|
#
|
|
PRODUCT_NAME := cyanogen_ace
|
|
PRODUCT_BRAND := htc_wwe
|
|
PRODUCT_DEVICE := ace
|
|
PRODUCT_MODEL := HTC Desire HD
|
|
PRODUCT_MANUFACTURER := HTC
|
|
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_ace BUILD_ID=FRF91 BUILD_DISPLAY_ID=FRG83 BUILD_FINGERPRINT=htc_wwe/htc_ace/ace/ace:2.2/FRF91/278359:user/release-keys PRIVATE_BUILD_DESC="1.32.405.6 CL278359 release-keys"
|
|
|
|
# Build kernel
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-msm
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=cyanogen_ace_defconfig
|
|
|
|
# Include the Torch and FM apps
|
|
PRODUCT_PACKAGES += \
|
|
Torch
|
|
# FM
|
|
|
|
# Extra Vision overlay
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/ace
|
|
|
|
#
|
|
# Set ro.modversion
|
|
#
|
|
ifdef CYANOGEN_NIGHTLY
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-DHD
|
|
else
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-6.1.0-RC1-DHD
|
|
endif
|
|
|
|
#
|
|
# Copy passion specific prebuilt files
|
|
#
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
|