mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-23 04:11:54 +01:00
aapt is now depreciated in favour of aapt2 therefore prefer using the newer binary if it is found on the system. If not present fallback to the old implementation. Currently all invocations of aapt within devlib are compatible with aapt2 however expose the `aapt_version` attribute to indicate which version has been selected to allow for allow maintaining future compatibility.