summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-08-29 21:13:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-29 21:13:34 +0000
commitc4ac6df0f51785881f0eccf0df00f887d060f5b3 (patch)
tree22c88b0f8210d14a7a0485427b68bc3b854143ce
parent81c1ef94541a4cb44a9738b048a79fbc3ebd5e3f (diff)
parent3f8e302a56b318ad593bb66c390680b7dc2c59b3 (diff)
downloadcts-tools_r22.2.tar.gz
Merge "Add libdl needed on x86."tools_r22.2
-rw-r--r--tests/tests/bionic/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests/bionic/Android.mk b/tests/tests/bionic/Android.mk
index ac08b25ae85..06b64eaf366 100644
--- a/tests/tests/bionic/Android.mk
+++ b/tests/tests/bionic/Android.mk
@@ -11,6 +11,7 @@ LOCAL_ADDITION_DEPENDENCIES := \
LOCAL_SHARED_LIBRARIES += \
libstlport \
+ libdl \
LOCAL_WHOLE_STATIC_LIBRARIES += \
libBionicTests \