> The "tools" group in the manifest is unrelated to building these SDK tools, so that shouldn't be necessary (though all of the "tools" grouped projects are also in "default" currently, so it really shouldn't change anything either).
Thanks, I was looking into groups that could cut down my clone size since only interested in platform/build-tools and assumed incorrectly.
> LOCAL_MULTILIB doesn't do anything on the command line, and ninja has been the only way to build for several releases now, so you can drop these. Just `m aapt` should work fine.
Additionally thanks, just been re-using commands release after release and haven't taken a chance to dig into whether valid or not. I will adjust.
> I think I just fixed this particular error with
https://android-review.googlesource.com/c/platform/build/+/1760965 this afternoon, so if you sync or cherry-pick that change, your command should work. Building the actual SDK zip files on AOSP is still broken, and I'm working on refactoring those so that you don't need to build a system image in order to build the platform/build-tools zips.
Thanks for the support. I'll watch for patches and follow along. Looks like latest was merged already.
~ connor