summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-11-11 22:53:33 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-11-11 22:53:33 +0100
commit8ebb5f0f76656fd9076766a90bf07ee5e20626c7 (patch)
tree990b348969fa5a82ca197b76d9c25da9cccc8d21
parentdc69f3604bdfec114cb176ca9e60ab193a5afa72 (diff)
downloadscripts-8ebb5f0f76656fd9076766a90bf07ee5e20626c7.tar.gz
Update settings to match current reality
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--settings6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings b/settings
index 7a67153..1f14b53 100644
--- a/settings
+++ b/settings
@@ -6,10 +6,10 @@ PRIVUSER=$USER
# git config --global)
EMAIL=Bernhard.Rosenkranzer@linaro.org
# Default Android versions
-ANDROIDVERSION=5.1.1
-ANDROIDREVISION=18
+ANDROIDVERSION=6.0.0
+ANDROIDREVISION=26
# Versions to try (in that order) for every repository
# android-${ANDROIDVERSION}_r${ANDROIDREVISION} is added as a last resort
# fallback unconditionally (treated slightly differently because it's a
# tag while the other variants typically are branches
-VERSIONS="linaro_android_${ANDROIDVERSION} linaro-mm linaro-lollipop linaro-kk linaro-jb linaro-ics linaro-master"
+VERSIONS="linaro-android-6.0 linaro_android_${ANDROIDVERSION} linaro-mm linaro-lollipop linaro-kk linaro-jb linaro-ics linaro-master"