On master (6b254814c076054eedc4311698d16c8971937814):
0...
1 CXX test/fuzz/fuzz-addition_overflow.o
2 CXX test/fuzz/fuzz-addrdb.o
3 CXX test/fuzz/fuzz-addrman.o
4 CXX test/fuzz/fuzz-asmap.o
5 CXX test/fuzz/fuzz-asmap_direct.o
6 CXX test/fuzz/fuzz-autofile.o
7 CXX test/fuzz/fuzz-banman.o
8In file included from test/fuzz/addition_overflow.cpp:7:
9./test/fuzz/util.h:388:15: error: unknown type name 'cookie_io_functions_t'
10 const cookie_io_functions_t io_hooks = {
11 ^
12 CXX test/fuzz/fuzz-base_encode_decode.o
13In file included from test/fuzz/addrdb.cpp:8:
14./test/fuzz/util.h:388:15: error: unknown type name 'cookie_io_functions_t'
15 const cookie_io_functions_t io_hooks = {
16 ^
17 CXX test/fuzz/fuzz-bech32.o
181 error generated.
19In file included from test/fuzz/addrman.cpp:11:
20./test/fuzz/util.h:388:15: error: unknown type name 'cookie_io_functions_t'
21 const cookie_io_functions_t io_hooks = {
22 ^
23make[2]: *** [Makefile:13071: test/fuzz/fuzz-addition_overflow.o] Error 1
24make[2]: *** Waiting for unfinished jobs....
251 error generated.
26make[2]: *** [Makefile:13085: test/fuzz/fuzz-addrdb.o] Error 1
271 error generated.
28make[2]: *** [Makefile:13099: test/fuzz/fuzz-addrman.o] Error 1
29In file included from test/fuzz/autofile.cpp:8:
30./test/fuzz/util.h:388:15: error: unknown type name 'cookie_io_functions_t'
31 const cookie_io_functions_t io_hooks = {
32 ^
33In file included from test/fuzz/banman.cpp:10:
34./test/fuzz/util.h:388:15: error: unknown type name 'cookie_io_functions_t'
35 const cookie_io_functions_t io_hooks = {
36 ^
371 error generated.
38make[2]: *** [Makefile:13141: test/fuzz/fuzz-autofile.o] Error 1
391 error generated.
40make[2]: *** [Makefile:13155: test/fuzz/fuzz-banman.o] Error 1
41make[2]: Leaving directory '/home/hebasto/GitHub/gui/src'
42make[1]: *** [Makefile:16016: all-recursive] Error 1
43make[1]: Leaving directory '/home/hebasto/GitHub/gui/src'
44make: *** [Makefile:820: all-recursive] Error 1
I’m not an expert in Android SDK/NDK peculiarities, so leaving this for more knowledgeable people :)