diff options
author | filiprrs <filiprrs@gmail.com> | 2017-10-01 16:08:24 +0200 |
---|---|---|
committer | filiprrs <filiprrs@gmail.com> | 2017-10-01 16:08:24 +0200 |
commit | 9daa268ebd9742f416b84b13c5884576b8da2063 (patch) | |
tree | fc6173efff67132a254a0ae7b3117879b60c0bd8 | |
parent | 14c15f447f0960434f051c7e9f21d8db6507c7d9 (diff) | |
download | android_device_samsung_smdk4412-qcom-common-9daa268ebd9742f416b84b13c5884576b8da2063.tar.gz android_device_samsung_smdk4412-qcom-common-9daa268ebd9742f416b84b13c5884576b8da2063.tar.bz2 android_device_samsung_smdk4412-qcom-common-9daa268ebd9742f416b84b13c5884576b8da2063.zip |
smdk4412-qcom: add t0ltejpn to the makefilecm-14.1
Change-Id: I8007ac646356daac7e29eace7653d4ce6b693bbb
Signed-off-by: filiprrs <filiprrs@gmail.com>
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter i9305 t0lte t0lteatt t0ltetmo t0ltekor i605 l900 r950 i925 n5120 n8020,$(TARGET_DEVICE)),) +ifneq ($(filter i9305 t0lte t0lteatt t0ltetmo t0ltekor t0ltejpn i605 l900 r950 i925 n5120 n8020,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) |