aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-28 16:21:34 -0700
committerDan Willemsen <dwillemsen@google.com>2017-09-28 16:21:34 -0700
commitfe51bcc4dbc63ec8c22dec8b9400feb66f1ccee1 (patch)
tree1e33f584c07cdb35c26b7ae30ed03eb83c2f866a
parentd78626f7ab6f7c6facce3b5cc4d73f99c4dbcf8f (diff)
downloadlibevent-fe51bcc4dbc63ec8c22dec8b9400feb66f1ccee1.tar.gz
Remove default libraries
libdl is part of system_shared_libs now. -ldl -lpthread -lm are now defaults for host_ldlibs on Linux and Darwin. -lrt is a default for host_ldlibs on Linux. Test: m host Change-Id: Ie73147c21d3fd49630b78edfcdff41d1dc03e49b Exempt-From-Owner-Approval: build system cleanup
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 74bceaf..0e0bd59 100644
--- a/Android.bp
+++ b/Android.bp
@@ -73,7 +73,6 @@ cc_library {
},
linux: {
srcs: ["epoll.c"],
- host_ldlibs: ["-lrt"],
},
linux_bionic: {
enabled: true,