-
Notifications
You must be signed in to change notification settings - Fork 2
/
cm.mk
25 lines (19 loc) · 769 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
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Release name
PRODUCT_RELEASE_NAME := p9000_lite
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/elephone/p9000_lite/device_p9000_lite.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := p9000_lite
PRODUCT_NAME := cm_p9000_lite
PRODUCT_BRAND := Elephone
PRODUCT_MODEL := P9000 Lite
PRODUCT_MANUFACTURER := Elephone
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=Elephone \
BUILD_PRODUCT=Elephone \
TARGET_DEVICE=Elephone