forked from playfulgod/android_device_lge_l1m
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcm.mk
36 lines (28 loc) · 1.17 KB
/
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
27
28
29
30
31
32
33
34
35
36
# Specify phone tech before including full_phone
#$(call inherit-product, vendor/cm/config/cdma.mk)
# Release name
PRODUCT_RELEASE_NAME := l1m
TARGET_BOOTANIMATION_NAME := vertical-540x960
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/lge/l1m/device_l1m.mk)
# Device naming
PRODUCT_DEVICE := l1m
PRODUCT_NAME := cm_l1m
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-MS870
PRODUCT_MANUFACTURER := LGE
CDMA_CARRIER_ALPHA := MetroPCS
CDMA_CARRIER_NUMERIC := 311660
PRODUCT_PROPERTY_OVERRIDES += \
ro.cdma.home.operator.alpha=$(CDMA_CARRIER_ALPHA) \
ro.cdma.home.operator.numeric=$(CDMA_CARRIER_NUMERIC) \
gsm.sim.operator.alpha=$(CDMA_CARRIER_ALPHA) \
gsm.sim.operator.numeric=$(CDMA_CARRIER_NUMERIC) \
gsm.operator.alpha=$(CDMA_CARRIER_ALPHA) \
gsm.operator.numeric=$(CDMA_CARRIER_NUMERIC)
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT="lge/l1m_MPCS_US/l1m:4.0.4/IMM76L/MS87010a.1357114310:user/release-keys" \
PRIVATE_BUILD_DESC="l1m_MPCS_US-user 4.0.4 IMM76L MS87010a.1357114310 release-keys"