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 /sdk-12.1.0_r27 | |
| parent | b10de1233cf24c3dd22006a05fde97e212c9983f (diff) | |
| download | SDK-Rebuild-main.tar.gz SDK-Rebuild-main.tar.bz2 SDK-Rebuild-main.zip | |
Diffstat (limited to 'sdk-12.1.0_r27')
| -rwxr-xr-x[-rw-r--r--] | sdk-12.1.0_r27/build.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | sdk-12.1.0_r27/dependencies.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | sdk-12.1.0_r27/download.sh | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sdk-12.1.0_r27/build.sh b/sdk-12.1.0_r27/build.sh index b3a1960..b3a1960 100644..100755 --- a/sdk-12.1.0_r27/build.sh +++ b/sdk-12.1.0_r27/build.sh diff --git a/sdk-12.1.0_r27/dependencies.sh b/sdk-12.1.0_r27/dependencies.sh index 2d2d1d8..2d2d1d8 100644..100755 --- a/sdk-12.1.0_r27/dependencies.sh +++ b/sdk-12.1.0_r27/dependencies.sh 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 |
