From: Alexis Laferrière Date: Fri, 11 May 2018 02:01:35 +0000 (-0400) Subject: android: remove the deprecated armeabi target X-Git-Url: http://nitlanguage.org android: remove the deprecated armeabi target Signed-off-by: Alexis Laferrière --- diff --git a/src/platform/android.nit b/src/platform/android.nit index e6bdae5..3c85633 100644 --- a/src/platform/android.nit +++ b/src/platform/android.nit @@ -169,7 +169,7 @@ android { versionCode {{{project.version_code}}} versionName "{{{app_version}}}" ndk { - abiFilters 'armeabi', 'armeabi-v7a', 'x86' + abiFilters 'armeabi-v7a', 'x86' } externalNativeBuild { cmake {