Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin Android NDK version to 21.4.7075529
GitHub Actions seems to experience some issues with detecting the right Android NDK to use. There all sorts of hacks with "side-by-side" installation and "ndk-bundle" which you can read about elsewhere. Resolve this predicament by pinning the NDK version we are using for building our native code, both BoringSSL and Themis JNI stuff. This means developers will have to install this specific version of NDK instead of using whatever they are using. But that's not a particular issue. NDK does not affect compatibility of apps either, unless Google really screws up and breaks something there. Not in our case though since we're not really using anything Android-specific in our code.
- Loading branch information