Merge: android: remove the deprecated armeabi target platform
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:14:25 +0000 (23:14 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 03:14:25 +0000 (23:14 -0400)
Android NDK tools do not support the armeabi target platform anymore, breaking the compilation of all Nit app for Android. This PR removes this target, fixing our compilation issues. This platform version should not be active anywhere, it was widely replaced by armeabi-v7a.

Unless you update the Android SDK tool, compiling Nit apps for Android should still work on your machine and the CI server. However, it fails on the Nit docker, as with:
https://gitlab.com/xymus/darpg/-/jobs/67649353
https://gitlab.com/Skyline76/memory_gamnit/-/jobs/67571796

Pull-Request: #2671


Trivial merge