-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage.mk
33 lines (23 loc) · 927 Bytes
/
lineage.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
## Specify phone tech before including full_phone
#$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := M2 Note
EXTENDED_FONT_FOOTPRINT := true
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/meizu/m2note/device_m2note.mk)
# Configure dalvik heap
$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := m2note
PRODUCT_NAME := lineage_m2note
PRODUCT_BRAND := Meizu
PRODUCT_MODEL := M2 Note
PRODUCT_MANUFACTURER := Meizu
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_DEFAULT_LANGUAGE := en
PRODUCT_DEFAULT_REGION := US
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
# Sign the build with private certs
PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/moyster/keys/releasekey