aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-08-26 14:16:52 -0700
committerDmitriy Ivanov <dimitry@google.com>2014-10-01 15:52:38 -0700
commit93c3f4203c92ece8b97d770af9b675f5ffb90c67 (patch)
tree3bfc09cfd24faca89b56ad21d5e6bfc907da312b /tests
parent3bbd218ef1a70e59662e704c59af6dff1f9d1253 (diff)
downloadbionic-93c3f4203c92ece8b97d770af9b675f5ffb90c67.tar.gz
Enable __cxa_atexit && __cxa_finalize for linker
This allows adding destructors to classes used for global variables. (cherry picked from commit 14241402de0faa4b244b1bd6b1f0799ce169b880) Change-Id: I1d8776130d1e01a8c53d23a2949f5010f4c96b16
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 9ee33e004..864052e81 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -358,7 +358,7 @@ endif
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86_64))
# add target to run lp32 tests
-bionic-unit-tests-run-on-host32: bionic-unit-tests $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh
+bionic-unit-tests-run-on-host32: bionic-unit-tests_32 $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh
if [ ! -d /system -o ! -d /system/bin ]; then \
echo "Attempting to create /system/bin"; \
sudo mkdir -p -m 0777 /system/bin; \