summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/toolchain.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r--scripts/toolchain.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua
index eda81695c45..6f5476bdd0a 100644
--- a/scripts/toolchain.lua
+++ b/scripts/toolchain.lua
@@ -71,7 +71,7 @@ newoption {
newoption {
trigger = "with-android",
value = "#",
- description = "Set Android platform version (default: android-14).",
+ description = "Set Android platform version (default: android-21).",
}
newoption {
@@ -90,7 +90,7 @@ function toolchain(_buildDir, _subDir)
location (_buildDir .. "projects/" .. _subDir .. "/".. _ACTION)
- local androidPlatform = "android-14"
+ local androidPlatform = "android-21"
if _OPTIONS["with-android"] then
androidPlatform = "android-" .. _OPTIONS["with-android"]
elseif _OPTIONS["PLATFORM"]:find("64", -2) then