| commit | 36e33dd549f01a773b49d6307fc5c8925ef4d768 | [log] [tgz] |
|---|---|---|
| author | Pavlin Radoslavov <pavlin@google.com> | Wed Aug 23 15:04:39 2017 -0700 |
| committer | Justin Yun <justinyun@google.com> | Thu Aug 24 14:33:57 2017 +0900 |
| tree | 70828a9a7de9e3f3148825a49d73b005a2990d0c | |
| parent | cc0ba53a9f974ccb33ece1b3b85fe57b95da9cca [diff] |
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,