Skip to content

Publish Android NDK images + Skip base image publishing for already published ones)

Gabriel Le Breton requested to merge android-ndk-and-skip-base into master

Superseeds !87 (merged)

This merge request includes contributions from @TheoSabattie (thanks!). It was a bit tricky as I did not want to republish already built images, but after a discussion with Théo, turns out android was not building anymore or was producing 32bit APKs which is not possible to publish on Google Play Store anymore, so this had to be fixed.

These are the versions that now have proper Android support with NDK installed in their -android images:

  • 2019.3.0f1
  • 2019.3.0f6
  • 2019.3.1f1
  • 2019.3.2f1
  • 2019.3.3f1
  • 2019.3.6f1
  • 2020.1.0b3
  • 2018.4.20f1
  • 2019.3.7f1
Edited by Gabriel Le Breton

Merge request reports