aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-07-26 17:59:38 -0700
committerChristopher Wiley <wiley@google.com>2015-07-26 17:59:38 -0700
commit70c40a85a3fa6a56a0587f855e3f9bc15667b587 (patch)
treea5614340fc818544906d0de026fdb34fe041b2ad
parentd14a465f1cbd1b5e963a78d31f137ad2a9241f2c (diff)
downloadlibevent-brillo-m9-release.tar.gz
The autoconf system correctly detected that Darwin supports kqueue, and we need to compile this file to define some symbols declared elsewhere behind ifdefs. Change-Id: I754e873b8ef47d4e7a2b9d2464ddf52e7ff8b4a0
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a66f968..8eaf4e5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,6 +20,7 @@ libevent_linux_src := \
select.c \
libevent_darwin_src := \
+ kqueue.c \
poll.c \
select.c \