Update Application.mk

This commit is contained in:
vshcherb 2018-08-24 18:37:17 +02:00 committed by GitHub
parent 27557b042c
commit 8e7c3c30a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ APP_ABI := x86 armeabi-v7a arm64-v8a
ifdef ARMV7_ONLY
APP_ABI := armeabi-v7a
endif
ifdef ARMV64_ONLY
ifdef ARM64_ONLY
APP_ABI := arm64-v8a
endif
ifdef X86_ONLY