9c053a0a23
Change-Id: I6c2dc6d12f48f873d4888ad54e03cb2ebc096596
56 lines
1.7 KiB
Makefile
56 lines
1.7 KiB
Makefile
# Inherit device configuration for zeus.
|
|
$(call inherit-product, device/semc/zeus/device_zeus.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_zeus
|
|
PRODUCT_BRAND := SEMC
|
|
PRODUCT_DEVICE := zeus
|
|
PRODUCT_MODEL := R800i
|
|
PRODUCT_MANUFACTURER := Sony Ericsson
|
|
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=Play BUILD_ID=3.0.1.A.0.145 BUILD_DISPLAY_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/zeus
|
|
|
|
# Add the Torch app
|
|
#PRODUCT_PACKAGES += Torch
|
|
|
|
|
|
# BCM FM radio
|
|
#$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)
|
|
|
|
#
|
|
# Set ro.modversion
|
|
#
|
|
ifdef CYANOGEN_NIGHTLY
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-XperiaPlay-R800i
|
|
else
|
|
ifdef CYANOGEN_RELEASE
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7.1.0-RC1-XperiaPlay-R800i
|
|
else
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.modversion=CyanogenMod-7.1.0-RC1-XperiaPlay-R800i-KANG
|
|
endif
|
|
endif
|
|
|
|
#
|
|
# Copy passion specific prebuilt files
|
|
#
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
|