diff options
| author | Liam <lgh@e.email> | 2024-01-09 16:51:22 +0100 |
|---|---|---|
| committer | Liam <lgh@e.email> | 2024-01-09 16:51:22 +0100 |
| commit | fad7e3de95085e7aa3a6d86394ad147b0c1e76e7 (patch) | |
| tree | a772935fe4731efedc1e620982b213119b1eb89f /old-sdk-12.0.0_r19/download.sh | |
| parent | b10de1233cf24c3dd22006a05fde97e212c9983f (diff) | |
| download | SDK-Rebuild-main.tar.gz SDK-Rebuild-main.tar.bz2 SDK-Rebuild-main.zip | |
Diffstat (limited to 'old-sdk-12.0.0_r19/download.sh')
| -rwxr-xr-x | old-sdk-12.0.0_r19/download.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/old-sdk-12.0.0_r19/download.sh b/old-sdk-12.0.0_r19/download.sh deleted file mode 100755 index 422d3fb..0000000 --- a/old-sdk-12.0.0_r19/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='12.0.0_r19' -repo init -u https://android.googlesource.com/platform/manifest -b android-$VERSION --depth=1 --color=auto -repo sync --current-branch -j4 |
