diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 02:42:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 02:42:11 -0400 |
| commit | 37bc738f1385d3a96fc5e3de48983975657ad093 (patch) | |
| tree | 8851678d1b8d14bd108865a36b19e6520add0324 /static/build.html | |
| parent | f88d3813a7b5b421fe162ea0d1e29107b538207c (diff) | |
update initial commandline-tools zip
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 104fccbc..896ab6fb 100644 --- a/static/build.html +++ b/static/build.html @@ -820,10 +820,10 @@ git am --whitespace=nowarn ../patches/*.patch</pre> <pre>mkdir -p ~/android/sdk/cmdline-tools cd ~/android/sdk/cmdline-tools -curl -O https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip -echo 'f10f9d5bca53cc27e2d210be2cbc7c0f1ee906ad9b868748d74d62e10f2c8275 commandlinetools-linux-6200805_latest.zip' | sha256sum -c -unzip commandlinetools-linux-6200805_latest.zip -rm commandlinetools-linux-6200805_latest.zip +curl -O https://dl.google.com/android/repository/commandlinetools-linux-6514223_latest.zip +echo 'ef319a5afdb41822cb1c88d93bc7c23b0af4fc670abca89ff0346ee6688da797 commandlinetools-linux-6514223_latest.zip' | sha256sum -c +unzip commandlinetools-linux-6514223_latest.zip +rm commandlinetools-linux-6514223_latest.zip mv tools latest</pre> <p>Set <code>ANDROID_HOME</code> to point at the SDK installation in your current |
