aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-10-20 19:51:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 19:51:17 +0000
commitef393f17f986e908008c65b3723e72732e630203 (patch)
treeca3b67db95082d9f160c77535e14bf971b6245d3
parent1ab02086888a90c3f1439441d0dd1e7ffe9b2671 (diff)
parent308e6c93eb44b8c48737cc34376f4f7ecb5c182a (diff)
downloadlibevent-ef393f17f986e908008c65b3723e72732e630203.tar.gz
Add missing host ldlibs am: e6958d7c60 am: 2730e7ae9d
am: 308e6c93eb Change-Id: I14e68af69a5eedb364de7c8ba5df3ab70887f312
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bad0ea3..08a7dbb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@ cc_library {
},
linux: {
srcs: ["epoll.c"],
+ host_ldlibs: ["-lrt"],
},
darwin: {
srcs: ["kqueue.c"],