summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2017-01-18 16:35:00 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2017-01-18 16:35:00 +0100
commitc6868f68f6a73524390469b483b0b58d0d84cb41 (patch)
tree1302aad28f3eff0e60ef5b056b1f0976c1e60cf5
parent8ebb5f0f76656fd9076766a90bf07ee5e20626c7 (diff)
downloadscripts-master.tar.gz
Adjust to current situationHEADmaster
Don't check out 6.x branches by default 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 1f14b53..e4d56ad 100644
--- a/settings
+++ b/settings
@@ -6,10 +6,10 @@ PRIVUSER=$USER
# git config --global)
EMAIL=Bernhard.Rosenkranzer@linaro.org
# Default Android versions
-ANDROIDVERSION=6.0.0
-ANDROIDREVISION=26
+ANDROIDVERSION=7.1.1
+ANDROIDREVISION=13
# 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-6.0 linaro_android_${ANDROIDVERSION} linaro-mm linaro-lollipop linaro-kk linaro-jb linaro-ics linaro-master"
+VERSIONS="linaro-nougat linaro-n linaro_android_${ANDROIDVERSION} linaro-master"