Skip to content

Commit 7b5adaa

Browse files
authored
Add 'armeabi-v7a' and 'x86' to ANDROID_ABIS
1 parent b158753 commit 7b5adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_android_library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ build_aar() {
9393

9494
main() {
9595
if [ -z "$ANDROID_ABIS" ]; then
96-
ANDROID_ABIS=("arm64-v8a" "x86_64")
96+
ANDROID_ABIS=("armeabi-v7a" "arm64-v8a" "x86" "x86_64")
9797
fi
9898
export ANDROID_ABIS
9999

0 commit comments

Comments
 (0)