summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:32 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:32 -0700
commit29e1e7393d1742f9dd5663c63026f50981e5bd89 (patch)
tree0baf9441d44fce10821ec9bf1f32655e5695a8aa /Android.mk
parent56286d6fdb07d8b1310c27eeb59bdf05500f166e (diff)
downloadsystem_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.gz
system_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.bz2
system_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.zip
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977
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 @@
#
LOCAL_PATH := $(my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
- include $(call first-makefiles-under,$(LOCAL_PATH))
-else
- include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
- adb \
- libcutils \
- libsysutils \
- liblog \
- libnetutils \
- libpixelflinger \
- libusbhost \
- libzipfile \
- ))
-endif
+include $(call first-makefiles-under,$(LOCAL_PATH))