summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:30:03 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:30:03 -0500
commit37d19ed110537696081416f451c3d13dffe7f60a (patch)
tree05241f2ff269d5e050c2a9dca76d5c8e03402aed /static/build.html
parentd9bff3571d610bd1633060a031526e20cef5a9f3 (diff)
update NDK version in SDK guide
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 61dcc61b..0614826b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1186,11 +1186,11 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre>
<p>For working with native code, you need the NDK:</p>
- <pre>sdkmanager ndk-bundle</pre>
+ <pre>sdkmanager 'ndk;27.2.12479018'</pre>
<p>Add the <code>ndk-bundle</code> executables to your <code>PATH</code>:</p>
- <pre>export PATH="$HOME/android/sdk/ndk-bundle:$PATH"</pre>
+ <pre>export PATH="$HOME/android/sdk/ndk/27.2.12479018:$PATH"</pre>
<p>You should update the sdk before use from this point onwards:</p>