Skip to content

platform-tools-37.0.0 (linux-arm64) · android-17.0.0_r1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 03:33
de63f3c

Automated build of the AOSP build-tools binaries that an
Android Gradle Plugin build path actually invokes,
targeting linux-glibc-arm64 (Raspberry Pi, Asahi Linux,
Ampere servers, native arm64 WSL, etc.).

Built from upstream AOSP source tag android-17.0.0_r1.

Drop into your Android SDK

SDK=~/Android/Sdk
BT=${TAG#platform-tools-}
for f in aapt2 aidl zipalign split-select; do
  cp out/linux-arm64/$f "$SDK/build-tools/$BT/"
  chmod +x "$SDK/build-tools/$BT/$f"
done

Verify

sha256sum -c SHA256SUMS