diff --git a/site/en/docs/android-ndk.md b/site/en/docs/android-ndk.md index 1ac0b26b24043a..658b2b8f785ec3 100644 --- a/site/en/docs/android-ndk.md +++ b/site/en/docs/android-ndk.md @@ -37,6 +37,8 @@ android_ndk_repository( For more information on the `android_ndk_repository` rule, see the [Build Encyclopedia entry](/reference/be/android#android_ndk_repository). +If you're using a recent version of the Android NDK (r22 and beyond), you'll need to use the Starlark implementation of `android_ndk_repository` instead. Follow the instructions in [its README](https://github.com/bazelbuild/rules_android_ndk). + ## Quick start {:#quick-start} To build C++ for Android, simply add `cc_library` dependencies to your