mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-10-31 19:37:29 +00:00
klte: Re-order product inheritance
Change-Id: I70a55ed27fd3eebdce864a8d2cdada6c24eb9c5b
This commit is contained in:
parent
2864552a93
commit
273dc4005d
1 changed files with 2 additions and 4 deletions
6
cm.mk
6
cm.mk
|
@ -1,10 +1,8 @@
|
|||
$(call inherit-product, device/samsung/klte/full_klte.mk)
|
||||
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
|
||||
|
||||
# Enhanced NFC
|
||||
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
|
||||
|
||||
# Inherit some common CM stuff.
|
||||
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
|
||||
$(call inherit-product, device/samsung/klte/full_klte.mk)
|
||||
|
||||
PRODUCT_DEVICE := klte
|
||||
PRODUCT_NAME := cm_klte
|
||||
|
|
Loading…
Reference in a new issue