aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-03-15 14:37:17 -0700
committerDan Willemsen <dwillemsen@google.com>2017-03-15 18:05:55 -0700
commit520e02220161c9861a6c9d06cfaf8c06cdc1f9df (patch)
treed141798e672f6fc0e1f38920731168fb37dc5f93
parent2730e7ae9dd016066b73989cc45910c23fde0498 (diff)
downloadlibevent-520e02220161c9861a6c9d06cfaf8c06cdc1f9df.tar.gz
Enable libevent on linux_bionic buildsandroid-n-mr2-preview-2
Bug: 31559095 Test: Enable host bionic, run soong Change-Id: I843c22dc2647d5c60e27812171411359486c0dce
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 08a7dbb..1e7cb37 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,10 @@ cc_library {
srcs: ["epoll.c"],
host_ldlibs: ["-lrt"],
},
+ linux_bionic: {
+ enabled: true,
+ srcs: ["epoll.c"],
+ },
darwin: {
srcs: ["kqueue.c"],
},