Skip to content

Commit 450b9e2

Browse files
committed
Android: Enable all supported ABIs.
1 parent de03cd4 commit 450b9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
APP_OPTIM := release
1717
APP_PLATFORM := android-29
18-
APP_ABI := armeabi-v7a arm64-v8a
18+
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
1919
APP_CFLAGS := -O3
2020
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
2121
NDK_TOOLCHAIN_VERSION := clang

0 commit comments

Comments
 (0)