Building with the newly released NDK 26.0.10792818 results in the following build error in libffi:
../src/tramp.c:262:22: error: call to undeclared function 'open_temp_exec_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
tramp_globals.fd = open_temp_exec_file ();
^
This was already fixed in upstream libffi, but the fix is not yet part of a public release.
Building with the newly released NDK 26.0.10792818 results in the following build error in libffi:
This was already fixed in upstream libffi, but the fix is not yet part of a public release.