OSDN Git Service

Remove libdl* tests from bionic-unit-tests-static
authorDmitriy Ivanov <dimitry@google.com>
Mon, 22 Jun 2015 18:54:58 +0000 (11:54 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Mon, 22 Jun 2015 18:54:58 +0000 (11:54 -0700)
Bug: http://b/21900592
Change-Id: I907cc15684b121ec2fbdeca49fc584bb6d2eaacc

tests/Android.mk

index 964a34a..84d3426 100644 (file)
@@ -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)