create ContentProvider from AndroidManifest.xml

This is required for androidx startup library.
Only onCreate method is called for now.
This commit is contained in:
Julian Winkler
2023-09-13 21:34:24 +02:00
parent f5fc993484
commit 55a1ff2cc5
5 changed files with 64 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ hax_jar = jar('hax', [
'android/content/ComponentCallbacks.java',
'android/content/ComponentCallbacks2.java',
'android/content/ComponentName.java',
'android/content/ContentProvider.java',
'android/content/ContentResolver.java',
'android/content/ContentValues.java',
'android/content/Context.java',