diff options
-rw-r--r-- | Android.mk | 2 | ||||
-rwxr-xr-x | extract-files.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter i9300 i9305 n7100 n8000 n8013 t0lte i605 l900 r950,$(TARGET_DEVICE)),) +ifneq ($(filter i9300 i9305 n7100 n8000 n8013 t0lte t0lteatt t0ltetmo i605 l900 r950,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/extract-files.sh b/extract-files.sh index 4b480d9..e380cb5 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -93,7 +93,7 @@ done LOCAL_PATH := \$(call my-dir) -ifneq (\$(filter i9300 i9305 n7100 n8000 n8013 t0lte i605 l900 r950,\$(TARGET_DEVICE)),) +ifneq (\$(filter i9300 i9305 n7100 n8000 n8013 t0lte t0lteatt t0ltetmo i605 l900 r950,\$(TARGET_DEVICE)),) include \$(CLEAR_VARS) LOCAL_MODULE := libTVOut |