1e626b1c20
All of the supported Galaxy S devices besides the Vibrant have gingerbread builds using release-keys, so they should be used instead of the crespo keys as they are more suited for the device. Might also stop the random e-mail new users get from Google welcoming them to their "Nexus S." Change-Id: I8fec9999fb6dd1ba4aae79fd9c8ea1e898d40e09
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# Inherit AOSP device configuration for showcasemtd.
|
|
$(call inherit-product, device/samsung/showcasemtd/full_showcasemtd.mk)
|
|
|
|
# Inherit some common cyanogenmod stuff.
|
|
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
|
|
|
#
|
|
# Setup device specific product configuration.
|
|
#
|
|
PRODUCT_NAME := cyanogen_showcasemtd
|
|
PRODUCT_BRAND := samsung
|
|
PRODUCT_DEVICE := showcasemtd
|
|
PRODUCT_MODEL := SCH-I500
|
|
PRODUCT_MANUFACTURER := samsung
|
|
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SCH-I500 BUILD_ID=GINGERBREAD BUILD_FINGERPRINT=uscc/SCH-I500/SCH-I500:2.3.4/GINGERBREAD/EH09:user/release-keys PRIVATE_BUILD_DESC="SCH-I500-user 2.3.4 GINGERBREAD EH09 release-keys"
|
|
|
|
# Extra showcasemtd overlay
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/showcasemtd
|
|
|
|
# Add the Torch app
|
|
PRODUCT_PACKAGES += Torch
|
|
|
|
# Release name and versioning
|
|
PRODUCT_RELEASE_NAME := Showcase
|
|
PRODUCT_VERSION_DEVICE_SPECIFIC :=
|
|
-include vendor/cyanogen/products/common_versions.mk
|
|
|
|
#
|
|
# Copy galaxys specific prebuilt files
|
|
#
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
|