Skip to content

Commit e0907e4

Browse files
committed
Safely build 64-bit binaries.
1 parent c9399e6 commit e0907e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libuvccamera/src/main/jni/Application.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
#NDK_TOOLCHAIN_VERSION := 4.9
2828

2929
APP_PLATFORM := android-14
30-
APP_ABI := armeabi armeabi-v7a x86 mips
30+
APP_ABI := all
3131
#APP_OPTIM := debug
3232
APP_OPTIM := release

0 commit comments

Comments
 (0)