jni: add libmpg123

This commit is contained in:
2026-03-02 09:42:44 +01:00
parent fe0b740bff
commit ef5a0e678c
20 changed files with 7862 additions and 0 deletions

View File

@@ -23,6 +23,13 @@ android {
//path 'src/main/cpp/CMakeLists.txt'
cppFlags ''
arguments "-DANDROID_STL=c++_shared"
//cppFlags "-std=c++14"
//arguments '-DANDROID_STL=c++_static'
// armeabi and mips are deprecated in NDK r16 so we don't want to build for them
// TODO: android manifest filters to include only these hardware archs
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' //, 'x86', 'x86_64'
}
}
}