art: unbreak dalvikvm builds on host
Adds liblog shared library dependency for host builds in a few places.
(cherry picked from commit 69b282642746aa7e5304d561281aafbfad4aef36)
Bug: 188879721
Bug: 188067586
Test: [master-art-internal] art/tools/buildbot-build.sh --host
Merged-In: I102a8c8b5fe134047ac71fb940d063e2b1100630
Change-Id: Ida196259a6061cc65e1c3593ae831d0ee75fe745
diff --git a/test/Android.bp b/test/Android.bp
index 82027a7..1b890fe 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -360,6 +360,7 @@
shared_libs: [
"libbacktrace",
"libbase",
+ "liblog",
"libnativehelper",
],
}
@@ -739,6 +740,7 @@
shared_libs: [
"libbacktrace",
"libbase",
+ "liblog",
"libnativehelper",
],
}