forked from rohantaneja/android_device_mediatek_mt6582
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
executable file
·26 lines (19 loc) · 868 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
## Specify phone tech before including full_phone
# Release name
PRODUCT_RELEASE_NAME := MT6582
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit full language pack
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/mediatek/mt6582/device.mk)
$(call inherit-product-if-exists, vendor/mediatek/mt6582/mt6582-vendor.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := mt6582
PRODUCT_NAME := cm_mt6582
PRODUCT_BRAND := Mediatek
PRODUCT_MODEL := MT6582
PRODUCT_MANUFACTURER := Mediatek
PRODUCT_GMS_CLIENTID_BASE := android-mediatek