From 8237422d3efc3d4d07db8dff91d7dac719b16361 Mon Sep 17 00:00:00 2001 From: Andrew Lehmer Date: Fri, 15 Jan 2021 17:04:56 -0800 Subject: Build with pthread support This allows callers to configure libevent to use pthread constructs with evthread_use_pthreads(). Test: m libevent Change-Id: If31799da81907ef9a4881b0ff31675f83a9ea0cf --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3