Merge "Add Advent Vega" into gingerbread
This commit is contained in:
commit
205edc34fd
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- config_desktopColumns/Rows min value is 3, so it will add 3 to whatever value you set here -->
|
||||
<integer name="config_desktopColumns">5</integer>
|
||||
<integer name="config_desktopRows">4</integer>
|
||||
</resources>
|
7
overlay/vega/packages/apps/CMParts/res/values/config.xml
Normal file
7
overlay/vega/packages/apps/CMParts/res/values/config.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Whether or not to display the trackball settings -->
|
||||
<bool name="has_trackball">false</bool>
|
||||
|
||||
<bool name="has_led_flash">false</bool>
|
||||
</resources>
|
@ -22,5 +22,6 @@ PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_passion.mk \
|
||||
$(LOCAL_DIR)/cyanogen_sholes.mk \
|
||||
$(LOCAL_DIR)/cyanogen_supersonic.mk \
|
||||
$(LOCAL_DIR)/cyanogen_vega.mk \
|
||||
$(LOCAL_DIR)/cyanogen_vision.mk \
|
||||
$(LOCAL_DIR)/cyanogen_z71.mk
|
||||
|
39
products/cyanogen_vega.mk
Normal file
39
products/cyanogen_vega.mk
Normal file
@ -0,0 +1,39 @@
|
||||
$(call inherit-product, device/advent/vega/vega.mk)
|
||||
|
||||
# Inherit some common cyanogenmod stuff.
|
||||
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
||||
|
||||
#
|
||||
# Setup device specific product configuration.
|
||||
#
|
||||
PRODUCT_NAME := cyanogen_vega
|
||||
PRODUCT_BRAND := advent
|
||||
PRODUCT_DEVICE := vega
|
||||
PRODUCT_MODEL := Vega
|
||||
PRODUCT_MANUFACTURER := Advent
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=Vega 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"
|
||||
|
||||
# Extra overlay
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/vega
|
||||
|
||||
#
|
||||
# Set ro.modversion
|
||||
#
|
||||
ifdef CYANOGEN_NIGHTLY
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-Vega
|
||||
else
|
||||
ifdef CYANOGEN_RELEASE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.0.0-RC1-Vega
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.0.0-RC1-Vega-KANG
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# Copy passion specific prebuilt files
|
||||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip
|
@ -21,6 +21,7 @@ add_lunch_combo cyanogen_one-eng
|
||||
add_lunch_combo cyanogen_passion-eng
|
||||
add_lunch_combo cyanogen_sholes-eng
|
||||
add_lunch_combo cyanogen_supersonic-eng
|
||||
add_lunch_combo cyanogen_vega-eng
|
||||
add_lunch_combo cyanogen_vision-eng
|
||||
add_lunch_combo cyanogen_z71-eng
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user