fdroidserver.install_ndk module¶
Read the “ndk:” field from the build metadata and install the right NDK packages.
For more info, see: https://f-droid.org/docs/Build_Metadata_Reference/#build_ndk
- fdroidserver.install_ndk.install_ndk_wrapper(build, ndk_paths={})¶
Make sure the requested NDK version is or gets installed.
- Parameters:
- build
metadata.Build instance entry that may contain the requested NDK version
- ndk_paths
dictionary holding the currently installed NDKs
- fdroidserver.install_ndk.main()¶