I am using Android Studio 4.2.2, and just recently a release .aab build I created for publishing to Google Open Beta jumped in size by ~7MB. I had not added any new assets, so I looked at it with the "Analyze APK" option, and I noticed for the first time a 'jdk11' folder is in there. It turns out it is the source files for the jdk.
Why is the jdk source being included in my release build? I am not aware of any configuration or manifest changes I have made that would spur this - but maybe I just don't know where to look?

