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"
doneVerify
sha256sum -c SHA256SUMS