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 e5e96c0 commit d243683
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mopro-ffi/src/app_config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ struct AndriodArchInfo {
}

// Architecture strings need to be aligned with those in the CLI.
const ANDROID_ARCHS: [AndriodArchInfo; 4] = [
const ANDROID_ARCHS: [AndriodArchInfo; 3] = [
AndriodArchInfo {
arch: AndroidArch::X8664Linux,
str: "x86_64-linux-android",
},
AndriodArchInfo {
arch: AndroidArch::I686Linux,
str: "i686-linux-android",
},
// AndriodArchInfo {
// arch: AndroidArch::I686Linux,
// str: "i686-linux-android",
// },
AndriodArchInfo {
arch: AndroidArch::Armv7LinuxAbi,
str: "armv7-linux-androideabi",
Expand Down

0 comments on commit d243683

Please sign in to comment.