drm_hwcomposer: Support multiple AIDL versions
Depends on !270 (merged)
As far as I know, there's no way for Soong to support multiple versions
that will change dependencies based on the Android API version.
However, we can still do that if we build with the aospext project,
making it possible for Android-13 and Android-14 to use the latest
drm_hwcomposer.
Here's an aospext commit that adds support for multiple versions:
Edited by Roman Stratiienko