aboutsummaryrefslogtreecommitdiffstats
path: root/old-sdk-13.0.0_r10/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'old-sdk-13.0.0_r10/download.sh')
-rw-r--r--old-sdk-13.0.0_r10/download.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/old-sdk-13.0.0_r10/download.sh b/old-sdk-13.0.0_r10/download.sh
deleted file mode 100644
index a49a8d9..0000000
--- a/old-sdk-13.0.0_r10/download.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# You can go to https://android.googlesource.com/platform/manifest/+refs and
-# 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.
-#
-# Caution: VERSION needs to be identical in all scripts in this directory,
-# otherwise the build will not work.
-
-VERSION='13.0.0_r10'
-repo init -u https://android.googlesource.com/platform/manifest -b android-$VERSION --depth=1 --color=auto
-repo sync --current-branch -j4