Based on Android Library Considerations:
Library modules cannot include raw assets
I created a sample android library module with assets in there (not in app module), then generated the aar file. I analyzed the resulting aar file, and voila, the assets/ folder is still there with all the files intact.
So, is it allowed or not allowed?