summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-08-22 11:48:14 -0700
committerBrian Carlstrom <bdc@google.com>2014-08-22 11:50:50 -0700
commit618aa722930543b6c1f1c549616b3e7d3255a925 (patch)
treed1b90791d91d0fe56eacf93ba8a44438d2b86dba
parent84d332241d48e157f98761752d370c74079ed69d (diff)
downloadcts-618aa722930543b6c1f1c549616b3e7d3255a925.tar.gz
Add new static library dependencies for bionic-unit-tests-cts
-rw-r--r--tests/tests/bionic/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests/bionic/Android.mk b/tests/tests/bionic/Android.mk
index 1a048c60918..335e7cd988a 100644
--- a/tests/tests/bionic/Android.mk
+++ b/tests/tests/bionic/Android.mk
@@ -20,6 +20,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES += \
libBionicTests \
LOCAL_STATIC_LIBRARIES += \
+ libtinyxml2 \
+ liblog \
libgtest \
libgtest_main \