aboutsummaryrefslogtreecommitdiff
path: root/android_test
diff options
context:
space:
mode:
authorPaul Thomson <paulthomson@users.noreply.github.com>2019-11-20 02:22:01 -0800
committerGitHub <noreply@github.com>2019-11-20 02:22:01 -0800
commit76a97eddd95641dcf4b96850d50935fbeb36f0bf (patch)
tree5695d6a98c4866c7fb9d47cf7b1456b099771b78 /android_test
parent0a4dd5796f54dc06dcb0418c372bcc32e94d6aca (diff)
downloadamber-76a97eddd95641dcf4b96850d50935fbeb36f0bf.tar.gz
Add driver properties to -V output (#712)
Also use a newer Android NDK
Diffstat (limited to 'android_test')
-rw-r--r--android_test/jni/Application.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/android_test/jni/Application.mk b/android_test/jni/Application.mk
index e17fb4c..549f512 100644
--- a/android_test/jni/Application.mk
+++ b/android_test/jni/Application.mk
@@ -15,5 +15,4 @@
APP_ABI := arm64-v8a # armeabi-v7a x86 x86_64
APP_BUILD_SCRIPT := Android.mk
APP_STL := c++_static
-APP_PLATFORM := android-14
-NDK_TOOLCHAIN_VERSION := 4.9
+APP_PLATFORM := android-24 # minimal version to get libvulkan