build: fix android autotools build
This commit contains an untested change but the sources list was so woefully incomplete that even if it doesn't fix things outright, it definitely makes it less worse. PR-URL: https://github.com/libuv/libuv/pull/2542 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
6de351debe
commit
f961844392
@ -387,9 +387,14 @@ endif
|
||||
if ANDROID
|
||||
uvinclude_HEADERS += include/uv/android-ifaddrs.h
|
||||
libuv_la_SOURCES += src/unix/android-ifaddrs.c \
|
||||
src/unix/linux-core.c \
|
||||
src/unix/linux-inotify.c \
|
||||
src/unix/linux-syscalls.c \
|
||||
src/unix/procfs-exepath.c \
|
||||
src/unix/pthread-fixes.c \
|
||||
src/unix/random-getrandom.c \
|
||||
src/unix/random-sysctl-linux.c
|
||||
src/unix/random-sysctl-linux.c \
|
||||
src/unix/sysinfo-loadavg.c
|
||||
endif
|
||||
|
||||
if CYGWIN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user