Can I build the final aab from Android Studio?

Godot Version

4.2.1

Question

I’m trying to export an Aab but with an application icon of 512x512 instead of the Godot default size of 192x192.
I have checked the “Use gradle plugin” option, exported the aab from within Godot, but my manifest and drawable/mipmap changes get overwritten.
Is it possible to build the final aab from Android Studio? I’ve tried it but the manifest is missing things like the version code and name.
Any ideas?
Thanks!