forked from TeamLGOG/android_device_lge_ls970
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
30 lines (22 loc) · 1.02 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
## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/cdma.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 768
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common CFX stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Enhanced NFC
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/lge/geehrc4g_spr_us/full_geehrc4g_spr_us.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := geehrc4g_spr_us
PRODUCT_NAME := cm_geehrc4g_spr_us
PRODUCT_BRAND := LGE
PRODUCT_MODEL := LG-LS970
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_FINGERPRINT=google/occam/mako:4.2.2/JDQ39/573038:user/release-keys PRIVATE_BUILD_DESC="occam-user 4.2.2 JDQ39 573038 release-keys"
# Enable Torch
#PRODUCT_PACKAGES += Torch