f847bbe8ed
Adds support for the device mentioned above. Codename: cooper Change-Id: I36c31b6fdd41b919977b00091bb04c41478143fc
30 lines
1018 B
Makefile
30 lines
1018 B
Makefile
# 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
|