Add missing libdl dependencies

Bug: 62815515
Test: lunch full-eng; make checkbuild
Merged-In: Iad3cf98d7c9e659ee517caf352613334215ea397
Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397
(cherry picked from commit 63562198ec26233ab48b22ee0b436e731f52bba0)
diff --git a/perfprofd/Android.bp b/perfprofd/Android.bp
index 58926dc..0842dc9 100644
--- a/perfprofd/Android.bp
+++ b/perfprofd/Android.bp
@@ -66,7 +66,7 @@
         "libcutils"
     ],
     system_shared_libs: [
-        "libc",
+        "libc", "libdl",
     ],
     cppflags: perfprofd_cppflags,