From e0df1875fb3ee0c0f2ead949b7b399add94670c1 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 5 Dec 2021 14:17:58 -0500 Subject: [PATCH] drop x86 for android as flutter does not support it --- contrib/android-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android-configure.sh b/contrib/android-configure.sh index ba6a08a7f..c17929814 100755 --- a/contrib/android-configure.sh +++ b/contrib/android-configure.sh @@ -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"