aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-01-04 10:32:57 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-01-04 10:42:10 +0800
commitbcc580e7c43f25928d29d9362829e3cd6490dd5b (patch)
treea453b9c0db8d22bd3a86a34adafbaa19ab70c723
parente36e25b6032bb8d194792e77d78f212997b40713 (diff)
downloadoprofile-bcc580e7c43f25928d29d9362829e3cd6490dd5b.tar.gz
Add -ldl for opannotate, oparchive, etc, in pp/Android.mk
The new libbfd.a is compiled with plugin enabled. The plugin.o in it need dlopen, dlsym, etc Change-Id: I63912ddc151fe3f6a34274e6200db6e7a16c910d
-rw-r--r--pp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp/Android.mk b/pp/Android.mk
index b5d2e0a..fa1cf6e 100644
--- a/pp/Android.mk
+++ b/pp/Android.mk
@@ -31,7 +31,7 @@ common_libs := \
libiberty \
libintl
-common_ldlibs := -lz $(common_host_ldlibs_libiconv)
+common_ldlibs := -lz $(common_host_ldlibs_libiconv) -ldl
ifeq ($(HAVE_LIBBFD),true)