forked from CyanogenMod/android_device_semc_mango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
19 lines (14 loc) · 721 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Inherit device configuration
$(call inherit-product, device/semc/mango/full_mango.mk)
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SK17i BUILD_FINGERPRINT="SEMC/SK17i_1254-2184/SK17i:4.0.4/4.1.B.0.431/UL5_3w:user/release-keys" PRIVATE_BUILD_DESC="SK17i-user 4.0.4 4.1.B.0.431 UL5_3w test-keys"
# Boot Animation
TARGET_SCREEN_HEIGHT := 480
TARGET_SCREEN_WIDTH := 320
# Device identifier. This must come after all inclusions
PRODUCT_NAME := cm_mango
PRODUCT_DEVICE := mango