From 1e0ade2f79046122aff302d78a517c2b32f92cb5 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Tue, 27 Sep 2016 09:29:02 -0700 Subject: [PATCH] Add missing liblog dependency Bug: http://b/31289077 Bug: http://b/27171986 Test: remove liblog from libcutils and recompile Change-Id: I01e7a0ca758308b5f85f2a08f34a9671eaa48b10 --- cmds/installd/tests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/installd/tests/Android.bp b/cmds/installd/tests/Android.bp index 05ddf8ed3e..447c8bdbcf 100644 --- a/cmds/installd/tests/Android.bp +++ b/cmds/installd/tests/Android.bp @@ -6,6 +6,7 @@ cc_test { shared_libs: [ "libbase", "libutils", + "liblog", "libcutils", ], static_libs: [ -- 2.11.0