The problem is because the EAS didn't read the update of android folder.
I need to run :
npx expo prebuild --clean
Not
npx expo prebuild
Then Commit the version. Because I am using Bare Workflow. The EAS need to read the android folder. Do not put android folder to .gitignore.
After that run again :
eas build -p android --profile production
And it successfull.