mirror of
https://github.com/monero-project/monero.git
synced 2025-05-12 10:52:26 -04:00
Build wallet with Android NDK
This commit is contained in:
parent
dd580d7bc7
commit
80abc3bc4a
10 changed files with 103 additions and 8 deletions
6
external/unbound/compat/getentropy_linux.c
vendored
6
external/unbound/compat/getentropy_linux.c
vendored
|
@ -30,7 +30,13 @@
|
|||
#ifdef HAVE_SYS_SYSCTL_H
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#ifdef __ANDROID__
|
||||
#include <sys/vfs.h>
|
||||
#define statvfs statfs
|
||||
#define fstatvfs fstatfs
|
||||
#else
|
||||
#include <sys/statvfs.h>
|
||||
#endif
|
||||
#include <sys/socket.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/mman.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue