update initial commandline-tools zip

This commit is contained in:
Daniel Micay 2020-06-15 02:42:11 -04:00
parent f88d3813a7
commit 37bc738f13

View File

@ -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