expo build:android fails when MP3 size too big

HI all,

When attempting to build an Android build of my app, I’m bundling an approximate 4 MB MP3 downloaded here. The gradlew process is failing without a clear error.

However, when I swap the 4 MB mp3 for a dummy silent MP3 that’s much smaller in size, (40 kb instead of 4 MB), the build succeeds.

Looks like larger assets, or large MP3 assets specifically are causing the cloud build process to fail. Is this a known issue? Are there any workarounds?