2694f70576
Capable devices now inherit from common_full.mk, where smaller devices can inherit from common.mk. This currently excludes the extra ringtones and built in themes. Change-Id: I604ac29648a7311ba1dcc9a8005b1be1424ce596
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# Inherit AOSP device configuration for z71.
|
|
$(call inherit-product, device/commtiva/z71/device_z71.mk)
|
|
|
|
# Inherit some common cyanogenmod stuff.
|
|
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
|
|
|
# Include GSM stuff
|
|
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
|
|
|
|
#
|
|
# Setup device specific product configuration.
|
|
#
|
|
PRODUCT_NAME := cyanogen_z71
|
|
PRODUCT_BRAND := commtiva
|
|
PRODUCT_DEVICE := z71
|
|
PRODUCT_MODEL := Z71
|
|
PRODUCT_MANUFACTURER := Commtiva
|
|
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=commtiva_z71 BUILD_ID=FRG83 BUILD_DISPLAY_ID=GRH78C BUILD_FINGERPRINT=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.2.1 FRG83 60505 release-keys"
|
|
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_PRELINKER_MAP=$(TOP)/vendor/cyanogen/prelink-linux-arm-z71.map
|
|
|
|
#
|
|
# Set ro.modversion
|
|
#
|
|
ifdef CYANOGEN_NIGHTLY
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-Z71
|
|
else
|
|
ifdef CYANOGEN_RELEASE
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7.0.0-RC0-Z71
|
|
else
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7.0.0-RC0-Z71-KANG
|
|
endif
|
|
endif
|
|
|
|
#
|
|
# Copy legend specific prebuilt files
|
|
#
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip
|