summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlin Radoslavov <pavlin@google.com>2017-08-23 15:04:39 -0700
committerJustin Yun <justinyun@google.com>2017-08-24 14:33:57 +0900
commit36e33dd549f01a773b49d6307fc5c8925ef4d768 (patch)
tree70828a9a7de9e3f3148825a49d73b005a2990d0c
parentcc0ba53a9f974ccb33ece1b3b85fe57b95da9cca (diff)
downloadextras-36e33dd549f01a773b49d6307fc5c8925ef4d768.tar.gz
Add missing libdl dependencies
Bug: 62815515 Test: lunch full-eng; make checkbuild Merged-In: Iad3cf98d7c9e659ee517caf352613334215ea397 Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397 (cherry picked from commit 63562198ec26233ab48b22ee0b436e731f52bba0)
-rw-r--r--perfprofd/Android.bp2
1 files changed, 1 insertions, 1 deletions
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,