Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayasa520 authored Mar 29, 2023
1 parent acce3c4 commit b22a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ api_level_arch_detect() {
ABI32=armeabi-v7a
IS64BIT=true
elif [ "$ABI" = "x86_64" ]; then
ARCH=x86_64
ARCH=x64
ABI32=x86
IS64BIT=true
elif [ "$ABI" = "mips64" ]; then
Expand Down

0 comments on commit b22a5f3

Please sign in to comment.