From e5b146f6a393662e499cb8ea40b5641e3199d2e5 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Mon, 11 Dec 2023 21:38:52 -0500 Subject: [PATCH] Empty commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Context: https://github.com/xamarin/xamarin-android/pull/8580 Does It Build™? It *should* build, it *used* to build (on 2023-09-02), but #8580 *doesn't* build, as it's trying to reference `android-toolchain/sdk/build-tools/34.0.0/mainDexClasses.rules`, which doesn't exist. Furthermore, AFAICT `xaprepare` uses `$(XABuildToolsVersion)` to specify which build-tools package is installed, which has been `34` since 326ac889d5, so… how did it build then and why is it failing to build now? What am I missing?