summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-03-25 17:24:10 -0700
committerSteve Kondik <shade@chemlab.org>2012-03-30 10:08:38 -0700
commit213e412bbc73c52f946f1899ef4b13cee643976d (patch)
treeeaf22ea02734fee4f727a37696bc02cf2793334b
parentb497e369b7e2cb6f026a8f3601e31728050bef72 (diff)
downloaddevice_samsung_maguro-213e412bbc73c52f946f1899ef4b13cee643976d.zip
device_samsung_maguro-213e412bbc73c52f946f1899ef4b13cee643976d.tar.gz
device_samsung_maguro-213e412bbc73c52f946f1899ef4b13cee643976d.tar.bz2
maguro: Enable enhanced NFC feature
Change-Id: I4a322d408582ce524f8f3908cbb89c7032936d05
-rw-r--r--cm.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cm.mk b/cm.mk
index b39dc61..8d92691 100644
--- a/cm.mk
+++ b/cm.mk
@@ -10,6 +10,9 @@ TARGET_BOOTANIMATION_NAME := vertical-720x1280
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+# Enhanced NFC
+$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
+
# Inherit device configuration
$(call inherit-product, device/samsung/maguro/full_maguro.mk)