- Compile all 62 Oboe source files (was headers-only, missing symbols) - Link libc++_static + libc++abi with NDK sysroot search path - Bump linker target from android21 to android26 (fixes pthread_atfork) - Link liblog + libOpenSLES for Oboe runtime deps Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
150 B
TOML
6 lines
150 B
TOML
[target.aarch64-linux-android]
|
|
linker = "aarch64-linux-android26-clang"
|
|
|
|
[target.armv7-linux-androideabi]
|
|
linker = "armv7a-linux-androideabi21-clang"
|