Closed madebr closed 2 years ago
While triaging https://github.com/libsdl-org/SDL_mixer/issues/457, I noticed the generated app-debug.apk contained libFLAC++.so. Disabling building this library is the easiest way to avoid this.
app-debug.apk
libFLAC++.so
Looks like other dependency sets BUILD_TESTING, will fix this shortly.
BUILD_TESTING
While triaging https://github.com/libsdl-org/SDL_mixer/issues/457, I noticed the generated
app-debug.apk
containedlibFLAC++.so
. Disabling building this library is the easiest way to avoid this.