Skip to content

Commit

Permalink
klte: Re-order product inheritance
Browse files Browse the repository at this point in the history
Change-Id: I70a55ed27fd3eebdce864a8d2cdada6c24eb9c5b
  • Loading branch information
intervigilium committed Nov 23, 2014
1 parent 2864552 commit 273dc40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cm.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 273dc40

Please sign in to comment.