srctree

Robin Linden parent c6d95765 d8b7170f
Bump the targetted NDK API to 19

19 is Android KitKat which is the lowest version we support. 16 isJellybean which we haven't even tried to build aTox for.

inlinesplit
scripts/build-arm-linux-androideabi added: 4, removed: 4, total 0
@@ -4,7 +4,7 @@ TARGET := armv7a-linux-androideabi
 
include scripts/common.mk
 
NDK_API := 16
NDK_API := 19
NDK_ARCH := arm
VPX_ARCH := arm-linux-androideabi
VPX_TARGET := armv7-android-gcc
 
scripts/build-i686-linux-android added: 4, removed: 4, total 0
@@ -4,7 +4,7 @@ TARGET := i686-linux-android
 
include scripts/common.mk
 
NDK_API := 16
NDK_API := 19
NDK_ARCH := x86
VPX_ARCH := $(TARGET)
VPX_TARGET := x86-android-gcc