Skip to content

Commit

Permalink
don't support armbeabi anymore..update error message to reflect this
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed Sep 19, 2018
1 parent da0bca9 commit e943e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/prebuilt-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ convert_abi_to_arch ()
RET=arm64
;;
*)
>&2 echo "ERROR: Unsupported ABI name: $ABI, use one of: armeabi, armeabi-v7a, x86, mips, armeabi-v7a-hard, arm64-v8a, x86_64 or mips64"
>&2 echo "ERROR: Unsupported ABI name: $ABI, use one of: armeabi-v7a, x86, mips, armeabi-v7a-hard, arm64-v8a, x86_64 or mips64"
exit 1
;;
esac
Expand Down

0 comments on commit e943e68

Please sign in to comment.