What items can be blacklisted while building?

Hello All,

I’m currently deploying for android and am trying to reduce my APK size to the bare minimum. Although later I’ll be porting the app to iOS and PC, I first need to get it up and running on android. I’ve managed to bring the APK size to around 35mb, but I need to go further because I’m certain that there are extra items included in the build which I wont be using. This is my blacklist at the moment.

What else can I exclude from the build?.. There are many other items in the engine folder which I think are adding up to the size. Is there any way to see what are the exact files that the engine is packing while making the build?? If so my job will be much easier… Any suggestions are welcome.