-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathcm.mk
executable file
·36 lines (26 loc) · 1.01 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
# Release name
PRODUCT_RELEASE_NAME := p8000
# Specify MT6753 variant
TARGET_IS_MT6753 := true
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/elephone/p8000/device_p8000.mk)
# Include generic Mediatek MT6753 part
$(call inherit-product, device/mediatek/mt6753_common/BoardConfigMT6753_common.mk)
# Include TWRP part
$(call inherit-product, device/elephone/p8000/twrp.mk)
# Include MultiROM part
$(call inherit-product, device/elephone/p8000/multirom.mk)
# Configure dalvik heap
$(call inherit-product, frameworks/native/build/phone-xxxhdpi-3072-dalvik-heap.mk)
# Configure hwui memory
$(call inherit-product, frameworks/native/build/phone-xxxhdpi-3072-hwui-memory.mk)
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := p8000
PRODUCT_NAME := cm_p8000
PRODUCT_BRAND := elephone
PRODUCT_MODEL := p8000
PRODUCT_MANUFACTURER := elephone