From 63562198ec26233ab48b22ee0b436e731f52bba0 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Wed, 23 Aug 2017 15:04:39 -0700 Subject: [PATCH] Add missing libdl dependencies Bug: 62815515 Test: lunch full-eng; make checkbuild Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397 --- perfprofd/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfprofd/Android.bp b/perfprofd/Android.bp index f05f3245..2c07ca1b 100644 --- a/perfprofd/Android.bp +++ b/perfprofd/Android.bp @@ -63,7 +63,7 @@ cc_binary { "libcutils" ], system_shared_libs: [ - "libc", + "libc", "libdl", ], cppflags: perfprofd_cppflags, -- 2.11.0