diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter i777 i9100 n7000,$(TARGET_DEVICE)),) +ifneq ($(filter i777 i9100 n7000 d710,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) |