From 36e33dd549f01a773b49d6307fc5c8925ef4d768 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Wed, 23 Aug 2017 15:04:39 -0700 Subject: Add missing libdl dependencies Bug: 62815515 Test: lunch full-eng; make checkbuild Merged-In: Iad3cf98d7c9e659ee517caf352613334215ea397 Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397 (cherry picked from commit 63562198ec26233ab48b22ee0b436e731f52bba0) --- perfprofd/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfprofd/Android.bp b/perfprofd/Android.bp index 58926dc2..0842dc98 100644 --- a/perfprofd/Android.bp +++ b/perfprofd/Android.bp @@ -66,7 +66,7 @@ cc_binary { "libcutils" ], system_shared_libs: [ - "libc", + "libc", "libdl", ], cppflags: perfprofd_cppflags, -- cgit v1.2.3