-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull_note3lite.mk
More file actions
25 lines (19 loc) · 739 Bytes
/
full_note3lite.mk
File metadata and controls
25 lines (19 loc) · 739 Bytes
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
$(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/coolpad/note3lite/device.mk)
# Release name
PRODUCT_RELEASE_NAME := Note3
PRODUCT_DEVICE := note3lite
PRODUCT_NAME := full_note3lite
PRODUCT_BRAND := Coolpad
PRODUCT_MODEL := Note3Lite
PRODUCT_MANUFACTURER := Coolpad
PRODUCT_RESTRICT_VENDOR_FILES := false
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
TARGET_BOOTANIMATION_NAME := 720
PRODUCT_DEFAULT_LANGUAGE := en
PRODUCT_DEFAULT_REGION := US