Skip to main content

Module ndk_version

Module ndk_version 

Source
Expand description

Embedded Android NDK version and its runtime-Gradle parser. The pinned Android NDK release and its runtime-Gradle parser.

Constants§

ANDROID_NDK_VERSION
NDK version the toolchain installs.

Functions§

parse_android_ndk_version_from_runtime_build_gradle
Extracts the ndkVersion = "…" assignment from the Android runtime’s build.gradle.kts. Returns None when the declaration is absent or malformed; comment-prefixed lines are ignored.