Here is the solution
eas build -p android --profile production
eas.json:
"production": { "android": { "applicationArchivePath": "android/app/build/outputs/**/*.aab" } }