replicant-vendor_replicant/products/cyanogen_v9.mk
kallt_kaffe bfa0235ddf Support for ZTE V9/Light (a.k.a. Optus MyTab and perhaps a few other names)
Please also fork this repo and add it to the manifest: https://github.com/kalltkaffe/android_device_zte_v9

Also for infomation a pull request with the proprietary files have been sent to Jacob: https://github.com/HCDRJacob/proprietary_vendor_zte/pull/1

Change-Id: I70ac5fea07cd83ae6ce0eb57e43941888e1e5d86
2011-08-30 13:46:12 +02:00

41 lines
1.2 KiB
Makefile

# Inherit AOSP device configuration for v9.
$(call inherit-product, device/zte/v9/device_v9.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_v9
PRODUCT_BRAND := zte
PRODUCT_DEVICE := v9
PRODUCT_MODEL := V9
PRODUCT_MANUFACTURER := ZTE
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=v9 BUILD_ID=GRJ22 BUILD_DISPLAY_ID=GRJ90 BUILD_FINGERPRINT=google/passion/passion:2.3.4/GRJ22/121341:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.4 GRJ22 121341 release-keys"
#
# Set ro.modversion
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-V9
else
ifdef CYANOGEN_RELEASE
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.1.0-RC1-V9
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.1.0-RC1-V9-KANG
endif
endif
#
# Copy legend specific prebuilt files
#
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip