Disable x86 build

This commit is contained in:
Tran Khanh Duy 2020-09-04 15:37:41 +07:00 committed by GitHub
parent 53e6e1106f
commit 22a192682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# NDK_TOOLCHAIN_VERSION := 4.9 # NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-21 APP_PLATFORM := android-21
APP_STL := system APP_STL := system
APP_ABI := armeabi-v7a x86 APP_ABI := armeabi-v7a
# arm64-v8a x86_64 # x86 arm64-v8a x86_64