7 lines
288 B
Markdown
7 lines
288 B
Markdown
# ndk-context
|
|
|
|
Provides a stable api to rust crates for interfacing with the Android platform. It is
|
|
initialized by the runtime, usually [__ndk-glue__](https://crates.io/crates/ndk-glue),
|
|
but could also be initialized by Java or Kotlin code when embedding in an existing Android
|
|
project.
|