diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:41 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:41 -0700 |
commit | 7e5d19c055e50232fc566978e2bab332ccc6894e (patch) | |
tree | 98bf68cb3ea6dacbb84632c8aa494ce907f138a2 /libdl | |
parent | 221595a085fc8fa4eed2c4143402a085aa931aed (diff) | |
download | bionic-7e5d19c055e50232fc566978e2bab332ccc6894e.zip bionic-7e5d19c055e50232fc566978e2bab332ccc6894e.tar.gz bionic-7e5d19c055e50232fc566978e2bab332ccc6894e.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: I9064e3221582fcf3d4210d67f1cf0a96e7e3aa86
Diffstat (limited to 'libdl')
-rw-r--r-- | libdl/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdl/Android.mk b/libdl/Android.mk index 8d56f9a..d2289f8 100644 --- a/libdl/Android.mk +++ b/libdl/Android.mk @@ -18,11 +18,9 @@ include $(CLEAR_VARS) LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a # for x86, exclude libgcc_eh.a for the same reasons as above -ifneq ($(TARGET_SIMULATOR),true) ifeq ($(TARGET_ARCH),x86) LOCAL_LDFLAGS += -Wl,--exclude-libs=libgcc_eh.a endif -endif LOCAL_SRC_FILES:= libdl.c |