cb7837d10d
At this point with different baseband and other hardware features, it makes sense to split the build for GSM and CDMA. This patch inherits from the newly created zeusc device ( merge pending @ http://review.cyanogenmod.com/#change,8878 ). Change-Id: Ie05f26a7500c1b0511eddbb97c27e6480f4cf802
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# Inherit device configuration for zeus.
|
|
$(call inherit-product, device/semc/zeusc/device_zeusc.mk)
|
|
|
|
# Inherit some common cyanogenmod stuff.
|
|
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
|
|
|
|
|
#
|
|
# Setup device specific product configuration.
|
|
#
|
|
PRODUCT_NAME := cyanogen_zeusc
|
|
PRODUCT_BRAND := SEMC
|
|
PRODUCT_DEVICE := zeusc
|
|
PRODUCT_MODEL := R800x
|
|
PRODUCT_MANUFACTURER := Sony Ericsson
|
|
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=Play BUILD_ID=3.0.1.A.0.145 BUILD_FINGERPRINT=SEMC/R800i_1247-6199/R800i:2.3.3/3.0.1.A.0.145/bn_p:user/release-keys PRIVATE_BUILD_DESC="LT15i-user 2.3.3 3.0.1.A.0.145 bn_P test-keys"
|
|
|
|
# Build kernel
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-msm
|
|
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=cyanogen_zeus_defconfig
|
|
|
|
# Extra zeus overlay
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/zeusc
|
|
|
|
# Add the Torch app
|
|
PRODUCT_PACKAGES += Torch
|
|
|
|
|
|
# BCM FM radio
|
|
#$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)
|
|
|
|
# Release name and versioning
|
|
PRODUCT_RELEASE_NAME := XperiaPlayCDMA-R800x
|
|
PRODUCT_VERSION_DEVICE_SPECIFIC :=
|
|
-include vendor/cyanogen/products/common_versions.mk
|
|
|
|
#
|
|
# Copy passion specific prebuilt files
|
|
#
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
|