Bug 915129 - Don't link in epoll_sub.c from libevent on Android or B2G. r=bent

This commit is contained in:
Jed Davis 2013-09-12 11:08:50 -04:00
parent 6489c5114d
commit 9c9b491acd

View File

@ -78,10 +78,12 @@ ifeq ($(OS_TARGET),Android) # {
LOCAL_INCLUDES += -I$(srcdir)/src/third_party/libevent/android
else # } else {
LOCAL_INCLUDES += -I$(srcdir)/src/third_party/libevent/linux
CSRCS += \
epoll_sub.c \
$(NULL)
endif # }
CSRCS += \
epoll.c \
epoll_sub.c \
$(NULL)
else # } else (OS_BSD) {