aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2016-05-23 09:33:08 +0200
committerAlyssa Milburn2016-05-23 09:33:11 +0200
commita32c53f936f8b3fbf90d016d3c07de62c96798b1 (patch)
tree6c198e898fdf4aec2ac872122f3ac8464d8f1a7e
parent5a4faf34f70138ed83269ae5904da9d457190fe9 (diff)
downloadscummvm-rg350-a32c53f936f8b3fbf90d016d3c07de62c96798b1.tar.gz
scummvm-rg350-a32c53f936f8b3fbf90d016d3c07de62c96798b1.tar.bz2
scummvm-rg350-a32c53f936f8b3fbf90d016d3c07de62c96798b1.zip
ANDROID: Build against android-23 platform.
We seem to need this for the new manifest elements.
-rw-r--r--backends/platform/android/android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 68a2a34ae1..38128c62b0 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -3,7 +3,7 @@
# These must be incremented for each market upload
ANDROID_VERSIONCODE = 6
-ANDROID_TARGET_VERSION = 14
+ANDROID_TARGET_VERSION = 23
NDK_BUILD = $(ANDROID_NDK)/ndk-build APP_ABI=$(ABI)
SDK_ANDROID = $(ANDROID_SDK)/tools/android