chenxiaolong / MSD

Android app for emulating mass storage devices over USB
GNU General Public License v3.0
15 stars 0 forks source link

ci.yml: Manually install the Android NDK #10

Closed chenxiaolong closed 2 weeks ago

chenxiaolong commented 2 weeks ago

Due to what seems to be a bug in AGP, we can't lazily obtain the NDK directory, which breaks AGP's automatic NDK installation. We can work around that by manually installing it in the CI pipeline.