From 7314c781351ed75b7112c42be074a327230c5af8 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 24 Nov 2017 23:02:46 +0000 Subject: [PATCH] bump android ndk version git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5173 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index cebf85f0c..527dcab7c 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -185,7 +185,7 @@ ifeq ($(FTE_TARGET),droid) else ANDROID_HOSTSYSTEM?=linux-$(shell uname -m) endif - DROID_ABI_VER?=4.6 + DROID_ABI_VER?=4.9 #omfg why the FUCK do we need all this bullshit? Why isn't there some sane way to do this that actually works regardless of ndk updates?!? #name is some random subdir that someone at google arbitrarily picked