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
This commit is contained in:
kallt_kaffe 2011-08-02 21:16:46 +02:00
parent d8607172c6
commit bfa0235ddf
4 changed files with 43 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Maintainers:
* Xperia Neo (MT15i): Bin4ry,defer,jerpelea (FreeXperia team)
* Xperia Play (R800i): Bin4ry,defer,jerpelea (FreeXperia team)
* Droid2we (Droid2 Global): RevNumbers, x13thangelx
* V9 (ZTE Light, Optus MyTab, others): kallt_kaffe and Tom Giordano
Translators:
------------

View File

@ -44,6 +44,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_smb_b9701.mk \
$(LOCAL_DIR)/cyanogen_speedy.mk \
$(LOCAL_DIR)/cyanogen_supersonic.mk \
$(LOCAL_DIR)/cyanogen_v9.mk \
$(LOCAL_DIR)/cyanogen_u8220.mk \
$(LOCAL_DIR)/cyanogen_vega.mk \
$(LOCAL_DIR)/cyanogen_vibrantmtd.mk \

40
products/cyanogen_v9.mk Normal file
View File

@ -0,0 +1,40 @@
# 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

View File

@ -44,6 +44,7 @@ add_lunch_combo cyanogen_smb_b9701-eng
add_lunch_combo cyanogen_speedy-eng
add_lunch_combo cyanogen_supersonic-eng
add_lunch_combo cyanogen_u8220-eng
add_lunch_combo cyanogen_v9-eng
add_lunch_combo cyanogen_vega-eng
add_lunch_combo cyanogen_vibrantmtd-eng
add_lunch_combo cyanogen_vision-eng