From b2a08d81aa82f7bd8af0b275ed8d52418da8501d Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Tue, 15 Jan 2019 14:12:19 -0800 Subject: [PATCH] lmkd: add missing libcutils library to test lmkd's test depends on the socket_local_client() function from libcutils, but since liblog also exposes this symbol weakly, that is the symbol that gets used instead of the intended libcutil's copy of the symbol. Test: build Change-Id: I294fa157a7f50881bf6360922419976eb1ee3ac7 --- lmkd/tests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/lmkd/tests/Android.bp b/lmkd/tests/Android.bp index cbf44e9fc..4e845fdeb 100644 --- a/lmkd/tests/Android.bp +++ b/lmkd/tests/Android.bp @@ -18,6 +18,7 @@ cc_test { shared_libs: [ "libbase", "liblog", + "libcutils", ], static_libs: [