-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
25 lines (19 loc) · 862 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
# Inherit device configuration
$(call inherit-product, device/samsung/nobleltejv/nobleltejv.mk)
$(call inherit-product, device/samsung/noblelte-common/noblelte.mk)
# Inherit from the 64 bit configuration
$(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/aosp_base_telephony.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit nfc enhanced configuration
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := cm_nobleltejv
PRODUCT_DEVICE := nobleltejv
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-N920C
PRODUCT_MANUFACTURER := samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=nobleltejv