summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:21:25 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:21:25 -0500
commit9b149e6d38a8fd3582f910dc31bbff34c6f90142 (patch)
tree21635e7d7aed723a552fd847dc9bd330bb26175d /static
parent984c78a85a534bb02ee79952eddb0c5cbe4196ee (diff)
update commandlinetools package for SDK bootstrap
Diffstat (limited to 'static')
-rw-r--r--static/build.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html
index 7d388b52..6b6f24bd 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1153,9 +1153,9 @@ git checkout <var>VERSION</var></pre>
<pre>mkdir -p ~/android/sdk/bootstrap
cd ~/android/sdk/bootstrap
-curl -O https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip
-echo 'bd1aa17c7ef10066949c88dc6c9c8d536be27f992a1f3b5a584f9bd2ba5646a0 commandlinetools-linux-9477386_latest.zip' | sha256sum -c
-unzip commandlinetools-linux-9477386_latest.zip
+curl -O https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
+echo '2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258 commandlinetools-linux-11076708_latest.zip' | sha256sum -c
+unzip commandlinetools-linux-11076708_latest.zip
cmdline-tools/bin/sdkmanager 'cmdline-tools;latest' --sdk_root=$HOME/android/sdk
cd ..
rm -r bootstrap</pre>