Build script is using NDK 25.1.8937393 while Docker contains the older one, so we were wasting some time to download the necessary NDK version during the build process.
This PR updates NDK version to the necessary one in the Docker image.
Review checklist (to be filled by reviewers)
[ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
[ ] Make sure you discussed the feature or bugfix with the maintaining team in an Issue
[ ] Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
What does this PR do?
Build script is using NDK 25.1.8937393 while Docker contains the older one, so we were wasting some time to download the necessary NDK version during the build process.
This PR updates NDK version to the necessary one in the Docker image.
Review checklist (to be filled by reviewers)