libsamplerate icon indicating copy to clipboard operation
libsamplerate copied to clipboard

Add android build script

Open jg-hot opened this issue 1 year ago • 0 comments

Added an android subdirectory for building a prefab package and .aar with the Android NDK and gradle build system.

The build script supports building ready-to-use android library (.aar) via: cd android/ && gradle assembleRelease

Tests may be run on a connected device or emulator via: cd android/ && gradle ndkTest

See the included documentation in docs/android.md for details.

jg-hot avatar Aug 03 '24 21:08 jg-hot