fluidsynth/test-android/build-scripts
atsushieno 12cc9ed74b Convert ctests into another test sources that can be compiled in Android test.
The existing ctests cannot be simply used in Android tests because
everything is compiled as standalone executable with `main()` function.
Since Android 11+ does not support standalone executables, those test
`main()` functions are converted as unique functions and then picked up
in this test's native-lib CMakeLists.txt.

Since those tests depend on libfluidsynth internals, we cannot simply
link with libfluidsynth.so. We instead compile the library with OBJ files.
2021-06-12 19:05:52 +09:00
..
.gitignore Convert ctests into another test sources that can be compiled in Android test. 2021-06-12 19:05:52 +09:00
build-all-archs.sh update build script, still broken. 2021-06-12 19:05:51 +09:00
build-call-cmake.sh [test-android] really fix build scripts. 2021-06-12 19:05:51 +09:00
build-env.sh [android] make $NDK optional in the build script. 2021-06-12 19:05:51 +09:00
build.sh Revert "[test-android] another build script fix for host/target was needed." 2021-06-12 19:05:52 +09:00
download.sh Add Android test app. 2021-06-12 19:05:51 +09:00
extract.sh Add Android test app. 2021-06-12 19:05:51 +09:00