Skip to content
Snippets Groups Projects
Commit 5f046650 authored by Andrew Walbran's avatar Andrew Walbran
Browse files

Android: Update to latest version of NDK.

parent cd6001c4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -ex
NDK=android-ndk-r19c
NDK=android-ndk-r21d
curl --retry 20 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
unzip -q ${NDK}-linux-x86_64.zip
......
......@@ -322,7 +322,7 @@ pub const SYS_pwritev2: ::c_long = 287;
pub const SYS_pkey_mprotect: ::c_long = 288;
pub const SYS_pkey_alloc: ::c_long = 289;
pub const SYS_pkey_free: ::c_long = 290;
pub const SYS_syscalls: ::c_long = 292;
pub const SYS_syscalls: ::c_long = 436;
cfg_if! {
if #[cfg(libc_align)] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment