From 88ca49f99becad31b8193b5e8e0c9719430745c9 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Wed, 23 Aug 2017 15:02:55 -0700 Subject: AOSP: Add missing libdl dependencies Bug: 62815515 Test: lunch full-eng; make checkbuild Change-Id: I1751669c4ed046c22587938e04eb76abe8553a8d From AOSP commit: a24084ceb74c84b0943c86deb5cb99a63d3c46d7 --- contrib/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/Android.bp b/contrib/Android.bp index c2d5cd91..d4d7874b 100644 --- a/contrib/Android.bp +++ b/contrib/Android.bp @@ -11,7 +11,7 @@ cc_binary { srcs: ["fsstress.c"], cflags: ["-W", "-Wall", "-Wno-macro-redefined"], - system_shared_libs: ["libc"], + system_shared_libs: ["libc", "libdl"], target: { darwin: { @@ -33,5 +33,5 @@ cc_binary { "libext2fs", "libext2_com_err", ], - system_shared_libs: ["libc"], + system_shared_libs: ["libc", "libdl"], } -- cgit v1.2.1