Skip to content

Don't fail on AndroidManifest files of AAR libraries

Volker Krause requested to merge (removed):dont-fail-on-aar-manifests into master

Those don't have an android.app.lib_name entry, but that is fine since we cannot build an APK for them anyway. So just ignore those here.

See e.g. https://binary-factory.kde.org/view/Android/job/Itinerary_android/968/console.

Merge request reports