aboutsummaryrefslogtreecommitdiffstats
path: root/sdk-12.1.0_r27/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-12.1.0_r27/download.sh')
-rwxr-xr-x[-rw-r--r--]sdk-12.1.0_r27/download.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdk-12.1.0_r27/download.sh b/sdk-12.1.0_r27/download.sh
index 44264d0..214300f 100644..100755
--- a/sdk-12.1.0_r27/download.sh
+++ b/sdk-12.1.0_r27/download.sh
@@ -4,11 +4,11 @@
# to check for the latest version/revision.
#
# Usually, different revisions (e.g._r19) work more or less out of the box
-# without the need to change the build skripts.
+# without the need to change the build skripts.
#
-# Caution: VERSION needs to be identical in all scripts in this directory,
+# Caution: VERSION needs to be identical in all scripts in this directory,
# otherwise the build will not work.
VERSION='12.1.0_r27'
-repo init -u https://android.googlesource.com/platform/manifest -b android-$VERSION --depth=1
+repo init -u https://android.googlesource.com/platform/manifest -b android-$VERSION --depth=1 --color=auto
repo sync --current-branch -j4