summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Polack <simonpolack@googlemail.com>2014-01-06 22:11:08 +0100
committerSimon Polack <simonpolack@googlemail.com>2014-01-06 22:11:08 +0100
commit52f8310213c22172ce1ddd0753637df2c9162139 (patch)
tree3ef55a36b8a44137b5fdaaacc08aaa3d31b71a15
parent85690db51f4ead10efd09797f6e2f8d7665de5fc (diff)
downloaddevice_samsung_smdk4412-qcom-common-52f8310213c22172ce1ddd0753637df2c9162139.tar.gz
device_samsung_smdk4412-qcom-common-52f8310213c22172ce1ddd0753637df2c9162139.tar.bz2
device_samsung_smdk4412-qcom-common-52f8310213c22172ce1ddd0753637df2c9162139.zip
Make it n8020 compatible (same as i925, with gsm and w/o cdma stuff).
Change-Id: Ide3d09e81841e2fb9f27d568c300e77ea9750bfc
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 282cb57..8d201bf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter i9305 t0lte t0lteatt t0ltetmo i605 l900 r950 i925,$(TARGET_DEVICE)),)
+ifneq ($(filter i9305 t0lte t0lteatt t0ltetmo i605 l900 r950 i925 n8020,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))