aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-06-22 11:54:58 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-06-22 12:24:36 -0700
commit96ebdcdca0a834ffbf75bbe2ab66e75c5cf6ecd6 (patch)
treee8c9344ae6c1451fb27dce4c46b1186bf5acbb0b /tests
parentcb0607590341ed2512a55015e66e19e7f7db3723 (diff)
downloadandroid_bionic-96ebdcdca0a834ffbf75bbe2ab66e75c5cf6ecd6.tar.gz
android_bionic-96ebdcdca0a834ffbf75bbe2ab66e75c5cf6ecd6.tar.bz2
android_bionic-96ebdcdca0a834ffbf75bbe2ab66e75c5cf6ecd6.zip
Remove libdl* tests from bionic-unit-tests-static
Bug: http://b/21900592 Change-Id: I907cc15684b121ec2fbdeca49fc584bb6d2eaacc (cherry picked from commit de4e27e231143e4e1982b4ca9effd03c1ca12d86)
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 964a34aec..84d342674 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -49,9 +49,6 @@ endif
test_cppflags = \
-std=gnu++11 \
-libBionicStandardTests_src_files_target := \
- libdl_test.cpp \
-
libBionicStandardTests_src_files := \
arpa_inet_test.cpp \
buffer_tests.cpp \
@@ -275,6 +272,7 @@ bionic-unit-tests_src_files := \
dlext_test.cpp \
__cxa_thread_atexit_test.cpp \
dlfcn_test.cpp \
+ libdl_test.cpp \
pthread_dlfcn_test.cpp \
bionic-unit-tests_cflags := $(test_cflags)