Skip to content

Commit 5f04665

Browse files
committed
Android: Update to latest version of NDK.
1 parent cd6001c commit 5f04665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/android-install-ndk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
NDK=android-ndk-r19c
5+
NDK=android-ndk-r21d
66
curl --retry 20 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
77
unzip -q ${NDK}-linux-x86_64.zip
88

src/unix/linux_like/android/b64/aarch64/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ pub const SYS_pwritev2: ::c_long = 287;
322322
pub const SYS_pkey_mprotect: ::c_long = 288;
323323
pub const SYS_pkey_alloc: ::c_long = 289;
324324
pub const SYS_pkey_free: ::c_long = 290;
325-
pub const SYS_syscalls: ::c_long = 292;
325+
pub const SYS_syscalls: ::c_long = 436;
326326

327327
cfg_if! {
328328
if #[cfg(libc_align)] {

0 commit comments

Comments
 (0)