Skip to content

Commit

Permalink
chore: crypto-ffi: we don't support i686 Android anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Feb 21, 2025
1 parent 80192ba commit ed73669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto-ffi/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ fn update_android_env
set_env CARGO_TARGET_ARMV7_LINUX_ANDROIDEABI_ANDROID_NDK "${base_ndk_path}"
set_env CARGO_TARGET_AARCH64_LINUX_ANDROID_ANDROID_NDK "${base_ndk_path}"
set_env CARGO_TARGET_X86_64_LINUX_ANDROID_ANDROID_NDK "${base_ndk_path}"
set_env CARGO_TARGET_I686_LINUX_ANDROID_ANDROID_NDK "${base_ndk_path}"
end
fn autodetect_android_env
Expand Down

0 comments on commit ed73669

Please sign in to comment.