Skip to content

Commit

Permalink
add missing x86_64 android device
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrey authored and kali committed May 29, 2020
1 parent bbaaa64 commit e94d6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dinghy-lib/src/android/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ impl AndroidDevice {
"armeabi-v7a" => "armv7-linux-androideabi",
"armeabi" => "arm-linux-androideabi",
"x86" => "i686-linux-android",
"x86_64" => "x86_64-linux-android",
_ => return None,
})
})
Expand Down

0 comments on commit e94d6bd

Please sign in to comment.