player-ui / player

https://player-ui.github.io
MIT License
71 stars 46 forks source link

Remove `android_library` wrapping of Android Player #438

Open brocollie08 opened 2 months ago

brocollie08 commented 2 months ago

kt_android_library from Kotlin rules as it stands is insufficient for creating an AAR with the android manifest included, the result of that is broken distribution of the AAR produced by it.

The current workaround is to manually wrap the output of kt_android_library with native android_library, this can be levelled to the Kotlin rules, so we don't have to do manual work from our end to achieve this.