You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ndk-build: Add support for <queries> element (#259)
Add support for <queries> element added to API level 30: https://developer.android.com/guide/topics/manifest/queries-element
Note: `<provider>` elements contained within `<queries>` only requires an `android:authorities` attribute, however `aapt` additionally demands `android:name` which is addressed in `aapt2`.
Co-authored-by: Marijn Suijten <[email protected]>
0 commit comments