aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-10-20 19:43:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-20 19:43:01 +0000
commit308e6c93eb44b8c48737cc34376f4f7ecb5c182a (patch)
treeca3b67db95082d9f160c77535e14bf971b6245d3
parentc706e2cc9ea251507ba7f35451b51dd4b1fa78ac (diff)
parent2730e7ae9dd016066b73989cc45910c23fde0498 (diff)
downloadlibevent-308e6c93eb44b8c48737cc34376f4f7ecb5c182a.tar.gz
Add missing host ldlibs am: e6958d7c60
am: 2730e7ae9d Change-Id: Ia0ff6ccd458f54cb30e67a685daa468b717dd40b
-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"],