feat(android): initialise Oboe runtime context

This commit is contained in:
Edison Jwa
2026-05-20 14:52:33 +09:00
parent c87b47f064
commit d6763787aa
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
# Android: route `tracing` output to logcat so a user can see protocol
# and audio diagnostics via `adb logcat -s chanora`. Also brings in the
# JNI bindings we need to initialise `ndk_context` for cpal-on-Oboe.
# JNI bindings we need to initialise `ndk_context` for the Android Oboe backend.
[target.'cfg(target_os = "android")'.dependencies]
tracing-android = "0.2"
log = "0.4"