vendor: Add Samsung Galaxy ACE

Adds support for the device mentioned above.
Codename: cooper

Change-Id: I36c31b6fdd41b919977b00091bb04c41478143fc
This commit is contained in:
Kolja Dummann 2011-07-17 16:53:44 +02:00 committed by Diogo Ferreira
parent d9d10b0a6e
commit f847bbe8ed
3 changed files with 31 additions and 0 deletions

View File

@ -8,6 +8,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_captivatemtd.mk \
$(LOCAL_DIR)/cyanogen_click.mk \
$(LOCAL_DIR)/cyanogen_coconut.mk \
$(LOCAL_DIR)/cyanogen_cooper.mk \
$(LOCAL_DIR)/cyanogen_crespo.mk \
$(LOCAL_DIR)/cyanogen_crespo4g.mk \
$(LOCAL_DIR)/cyanogen_desirec.mk \

View File

@ -0,0 +1,29 @@
# Inherit AOSP device configuration for blade.
$(call inherit-product, device/samsung/cooper/device_cooper.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_cooper
PRODUCT_BRAND := samsung
PRODUCT_DEVICE := cooper
PRODUCT_MODEL := GT-S5830
PRODUCT_MANUFACTURER := Samsung
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=cooper BUILD_ID=GRWK74 BUILD_FINGERPRINT=samsung/GT-S5830/GT-S5830:2.3.4/GINGERBREAD/XXKPH:user/test-keys PRIVATE_BUILD_DESC="GT-S5830-user 2.3.4 GINGERBREAD XXKPH test-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := GalaxyAce
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/cyanogen/products/common_versions.mk
#
# Copy legend specific prebuilt files
#
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip

View File

@ -7,6 +7,7 @@ add_lunch_combo cyanogen_buzz-eng
add_lunch_combo cyanogen_click-eng
add_lunch_combo cyanogen_captivatemtd-eng
add_lunch_combo cyanogen_coconut-eng
add_lunch_combo cyanogen_cooper-eng
add_lunch_combo cyanogen_crespo-eng
add_lunch_combo cyanogen_crespo4g-eng
add_lunch_combo cyanogen_desirec-eng