summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 66feb65..2bd8c10 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,10 +14,9 @@
# limitations under the License.
#
-LOCAL_PATH := $(call my-dir)
-
ifneq ($(filter i777 i9100 n7000 d710,$(TARGET_DEVICE)),)
+LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif