i'm trying to build libuv for android in android studio cmake and i get the following errors:
error: use of undeclared identifier 'EPOLL_CLOEXEC'
warning: implicit declaration of function 'epoll_pwait' [-Wimplicit-function-declaration]
warning: this function declaration is not a prototype [-Wstrict-prototypes]
how can i fix this? am i supposed to use libuv toolchain to build it?