forked from olegsvs/android_device_archos_persimmon_3_10_65
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
29 lines (22 loc) · 862 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
27
28
29
## Specify phone tech before including full_phone
#$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := 50 Cobalt
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/archos/persimmon/device_persimmon.mk)
# Configure dalvik heap
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := persimmon
PRODUCT_NAME := lineage_persimmon
PRODUCT_BRAND := Archos
PRODUCT_MODEL := Archos 50 Cobalt
PRODUCT_MANUFACTURER := Archos
PRODUCT_DEFAULT_LANGUAGE := ru
PRODUCT_DEFAULT_REGION := RU
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.timezone=Europe/Moscow