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
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
Set ANDROID_HOME
to point at the SDK installation in your current