We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b158753 commit 7b5adaaCopy full SHA for 7b5adaa
scripts/build_android_library.sh
@@ -93,7 +93,7 @@ build_aar() {
93
94
main() {
95
if [ -z "$ANDROID_ABIS" ]; then
96
- ANDROID_ABIS=("arm64-v8a" "x86_64")
+ ANDROID_ABIS=("armeabi-v7a" "arm64-v8a" "x86" "x86_64")
97
fi
98
export ANDROID_ABIS
99
0 commit comments