Skip to content

Commit

Permalink
chore: disable 32 bit android
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Jan 22, 2025
1 parent cb24636 commit 4836d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mopro-ffi/src/app_config/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ use super::install_ndk;
use super::mktemp_local;

// This variable should be align with `cli/build.rs`
pub const ANDROID_ARCHS: [&str; 4] = [
pub const ANDROID_ARCHS: [&str; 3] = [
"x86_64-linux-android",
"i686-linux-android",
// "i686-linux-android",
"armv7-linux-androideabi",
"aarch64-linux-android",
];
Expand Down

0 comments on commit 4836d61

Please sign in to comment.