summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk15
1 files changed, 1 insertions, 14 deletions
diff --git a/Android.mk b/Android.mk
index a30771921..7c5725869 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,17 +15,4 @@
15# 15#
16LOCAL_PATH := $(my-dir) 16LOCAL_PATH := $(my-dir)
17 17
18ifneq ($(TARGET_SIMULATOR),true) 18include $(call first-makefiles-under,$(LOCAL_PATH))
19 include $(call first-makefiles-under,$(LOCAL_PATH))
20else
21 include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
22 adb \
23 libcutils \
24 libsysutils \
25 liblog \
26 libnetutils \
27 libpixelflinger \
28 libusbhost \
29 libzipfile \
30 ))
31endif