Merge "Add missing liblog dependency"
diff --git a/cmds/installd/tests/Android.bp b/cmds/installd/tests/Android.bp
index 05ddf8e..447c8bd 100644
--- a/cmds/installd/tests/Android.bp
+++ b/cmds/installd/tests/Android.bp
@@ -6,6 +6,7 @@
     shared_libs: [
         "libbase",
         "libutils",
+        "liblog",
         "libcutils",
     ],
     static_libs: [