drop x86 for android as flutter does not support it

This commit is contained in:
Jeff 2021-12-05 14:17:58 -05:00
parent 5890c99a81
commit e0df1875fb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
set +x
default_abis="armeabi-v7a arm64-v8a x86 x86_64"
default_abis="armeabi-v7a arm64-v8a x86_64"
build_abis=${ABIS:-$default_abis}
test x$NDK = x && echo "NDK env var not set"