-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfull_p7000.mk
30 lines (22 loc) · 860 Bytes
/
full_p7000.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
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/elephone/p7000/device.mk)
# Release name
PRODUCT_RELEASE_NAME := elephone p7000
EXTENDED_FONT_FOOTPRINT := true
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.timezone=Europe/Moscow
PRODUCT_DEVICE := p7000
PRODUCT_NAME := full_p7000
PRODUCT_BRAND := Elephone
PRODUCT_MODEL := Elephone P7000
PRODUCT_MANUFACTURER := Elephone
PRODUCT_RESTRICT_VENDOR_FILES := false
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
TARGET_BOOTANIMATION_NAME := 1080
PRODUCT_DEFAULT_LANGUAGE := en
PRODUCT_DEFAULT_REGION := US