summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-01-15 07:44:37 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-15 07:44:38 -0800
commit9e50c08418234089e895b56e9f06140299d75cdc (patch)
treeef6484f642095e22e5f93d2675bd8a088396dcd0 /Android.mk
parentc1024e893e5ae5735e950d91f5e69b5dc84146e7 (diff)
parent75fc7668815b5ab03f338aa9602004952f4d825e (diff)
downloaddevice_samsung_smdk4412-common-9e50c08418234089e895b56e9f06140299d75cdc.tar.gz
device_samsung_smdk4412-common-9e50c08418234089e895b56e9f06140299d75cdc.tar.bz2
device_samsung_smdk4412-common-9e50c08418234089e895b56e9f06140299d75cdc.zip
Merge "smdk4412: add support for note 2 lte" into cm-10.1
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d9c9aa8..16fa116 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter i9300 n7100 n8000 n8013,$(TARGET_DEVICE)),)
+ifneq ($(filter i9300 n7100 n8000 n8013 t0lte,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))