-
Notifications
You must be signed in to change notification settings - Fork 34
/
cm.mk
executable file
·26 lines (20 loc) · 934 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Specify phone tech before including full_phone
# We use a different apn-conf to allow VZW/AT&T usage
#$(call inherit-product, vendor/cm/config/cdma.mk)
# Release name
PRODUCT_RELEASE_NAME := i605
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/i605/full_i605.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := i605
PRODUCT_NAME := cm_i605
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SCH-I605
PRODUCT_MANUFACTURER := samsung
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=t0ltevzw TARGET_DEVICE=t0ltevzw BUILD_FINGERPRINT="Verizon/t0ltevzw/t0ltevzw:4.1.1/JRO03C/I605VRALJB:user/release-keys" PRIVATE_BUILD_DESC="t0ltevzw-user 4.1.1 JRO03C I605VRALJB release-keys"