diff --git a/android/common.sh b/android/common.sh index ab1cb5ff43c..1fee30bdc38 100644 --- a/android/common.sh +++ b/android/common.sh @@ -29,7 +29,8 @@ check_gradle() { } parse_abis_list() { - ABIS_LIST="x86" + # sync with https://github.com/pytorch/pytorch/blob/0ca0e02685a9d033ac4f04e2fa5c8ba6dbc5ae50/android/gradle.properties#L1 + ABIS_LIST="armeabi-v7a,arm64-v8a,x86,x86_64" CUSTOM_ABIS_LIST=false if [ $# -gt 0 ]; then ABIS_LIST=$1