-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcm.mk
More file actions
25 lines (18 loc) · 717 Bytes
/
cm.mk
File metadata and controls
25 lines (18 loc) · 717 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
$(call inherit-product, device/Letv/X500/device_X500.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common cm stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# 64-bit support
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Release name
PRODUCT_RELEASE_NAME := X500
PRODUCT_DEVICE := X500
PRODUCT_NAME := cm_X500
PRODUCT_BRAND := Letv
PRODUCT_MODEL := Letv X500
PRODUCT_MANUFACTURER := Letv
PRODUCT_RESTRICT_VENDOR_FILES := false
# Time Zone data for recovery
PRODUCT_COPY_FILES += \
bionic/libc/zoneinfo/tzdata:recovery/root/system/usr/share/zoneinfo/tzdata