Skip to content

Commit

Permalink
Remove the references to NDK r21
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 authored and badboy committed Sep 19, 2022
1 parent 736f3f6 commit 62bc8a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/dev/android/setup-android-build-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ If Android Studio asks you to upgrade the version of Gradle, decline.

The following dependencies can be installed in Android Studio through `Tools > SDK Manager > SDK Tools`:

- Android SDK Tools (may already be selected)
- NDK r25
- Android SDK Tools (may already be selected) ([check here for the version requirements](sdk-ndk-versions.md))
- NDK ([check here for the version requirements](sdk-ndk-versions.md))
- CMake
- LLDB

Expand All @@ -43,9 +43,9 @@ Alternatively add the following line to the `local.properties` file in the root
sdk.dir=/path/to/sdk
```

For the Android NDK:
For the Android NDK ([check here for the version requirements](sdk-ndk-versions.md)):

1. Download NDK r21 from <https://developer.android.com/ndk/downloads>.
1. Download NDK from <https://developer.android.com/ndk/downloads>.
2. Extract it and put it somewhere (`$HOME/.android-ndk-r25` is a reasonable choice, but it doesn't matter).
3. Add the following line to the `local.properties` file in the root of the Glean checkout (create the file if it does not exist):
```
Expand Down

0 comments on commit 62bc8a1

Please sign in to comment.