aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lehmer <alehmer@google.com>2021-01-15 17:04:56 -0800
committerAndrew Lehmer <alehmer@google.com>2021-01-15 17:04:56 -0800
commit8237422d3efc3d4d07db8dff91d7dac719b16361 (patch)
tree6b152c8874ac75cd62d4900314975136cffe678a
parent3b38981603875727cfd2f5df835ab2500469b1d6 (diff)
downloadlibevent-8237422d3efc3d4d07db8dff91d7dac719b16361.tar.gz
Build with pthread support
This allows callers to configure libevent to use pthread constructs with evthread_use_pthreads(). Test: m libevent Change-Id: If31799da81907ef9a4881b0ff31675f83a9ea0cf
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3dd70f4..77a9868 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,6 +51,7 @@ cc_library {
"event.c",
"evmap.c",
"evthread.c",
+ "evthread_pthread.c",
"evutil.c",
"evutil_rand.c",
"evutil_time.c",