Add missing shared library

Host builds were compiling without -Wl,--no-undefined.  Add missing
shared library so that -Wl,--no-undefined can be added again.

Test: m -j host
Bug: 32305815
Change-Id: I39456a95c37b64b6ac65c0b3220d4816ce34e5c6
diff --git a/test/Android.bp b/test/Android.bp
index 8496ffd..c303616 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -178,6 +178,7 @@
     shared_libs: [
         "libartd",
         "libartd-compiler",
+        "libbase",
     ],
     target: {
         android: {