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)
commita5b6fa9fe37703f748094d663fb6dc88c0558b70
treee94488837f12e13b1c7a7b10bd120440dd88f0fa
parentb15ae45dd30626b72c752611c7d57519bf78482c
parent3671741d644a7dcb1b45f93aba466d6b089bd87b
Merge: android: remove the deprecated armeabi target platform

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