From b845c6eee2fd75305bc29c870c618747c4265970 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 28 Apr 2020 23:26:51 +0800 Subject: [PATCH] use ndk21b --- etc/nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index cbd09b3..412b615 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -86,7 +86,7 @@ with nixpkgs; PATH=~/SDK/Android/android-studio/bin:$PATH PATH=~/SDK/Android/Sdk/tools/bin:$PATH - export ANDROID_NDK_VERSION=r20b + export ANDROID_NDK_VERSION=r21b export ANDROID_NDK_ROOT=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION export NDK=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64 PATH=$NDK/bin:$PATH