Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade to NDK r21
  • Loading branch information
oleavr committed May 19, 2020
1 parent 4debf7c commit 98041f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,13 +8,13 @@ through the global named `Java`.
### Dependencies

- Android SDK Platform-Tools >= 27.0.1
- Android NDK r20
- Android NDK r21

With environment configured accordingly:

```sh
$ export ANDROID_SDK_ROOT=~/Library/Android/Sdk
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r20
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r21
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion test/config.mk
@@ -1,5 +1,5 @@
ANDROID_SDK_ROOT ?= $(shell echo ~/Library/Android/sdk)
ANDROID_NDK_ROOT ?= /usr/local/opt/android-ndk-r15c
ANDROID_NDK_ROOT ?= /usr/local/opt/android-ndk-r21
ANDROID_ARCH ?= arm64
ANDROID_ABI ?= arm64-v8a
ANDROID_API_LEVEL ?= 29
Expand Down

0 comments on commit 98041f8

Please sign in to comment.