Skip to content

Commit

Permalink
Add a note about the Starlark version of android_ndk_repository to th…
Browse files Browse the repository at this point in the history
…e docs for the native rule.

RELNOTES: None
PiperOrigin-RevId: 500721006
Change-Id: Id920ebdf9d574b50ad87955629b7b6c240ad2b41
  • Loading branch information
ahumesky authored and copybara-github committed Jan 9, 2023
1 parent f090433 commit f7f8a34
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ public Metadata getMetadata() {
<p>Configures Bazel to use an Android NDK to support building Android targets with native
code.
<p>Note that this implementation of <code>android_ndk_repository</code> is being replaced by an
implementation in Starlark. Support for future versions of the NDK including version 25 and up will
be implemented in the Starlark version of <code>android_ndk_repository</code>. See
<a href="https://github.com/bazelbuild/rules_android_ndk">rules_android_ndk</a> for the Starlark
version.
<p>Note that building for Android also requires an <code>android_sdk_repository</code> rule in your
<code>WORKSPACE</code> file.
Expand Down

0 comments on commit f7f8a34

Please sign in to comment.