OSDN Git Service

Add missing libdl dependencies
authorPavlin Radoslavov <pavlin@google.com>
Wed, 23 Aug 2017 22:04:39 +0000 (15:04 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Wed, 23 Aug 2017 22:04:39 +0000 (15:04 -0700)
Bug: 62815515
Test: lunch full-eng; make checkbuild
Change-Id: Iad3cf98d7c9e659ee517caf352613334215ea397

perfprofd/Android.bp

index f05f324..2c07ca1 100644 (file)
@@ -63,7 +63,7 @@ cc_binary {
         "libcutils"
     ],
     system_shared_libs: [
-        "libc",
+        "libc", "libdl",
     ],
     cppflags: perfprofd_cppflags,