From 023d369b74fe891ef8da777381acf12c002229fe Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 3 Oct 2016 23:22:41 +0200 Subject: [PATCH] Move to android-21 NDK --- jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Application.mk b/jni/Application.mk index cdd5b58c5..f37ecb28e 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,2 +1,3 @@ APP_ABI := x86 armeabi APP_PIE = true +APP_PLATFORM := android-21