-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android.rake toolchain outdated #3208
Comments
I still want to replace the build system, but currently we have no concrete plan. |
…loses support for GCC and mips, mips64. Addresses issue mruby#3208
With mips support being added #3222 this issue is "resolved" as the Android rules are now updated, however Android GCC support would still be a 'nice thing to have' until GCC is removed from the Android platform. https://android.googlesource.com/platform/ndk.git/+/master/CHANGELOG.md The lost Android GCC support should be its own issue at this point (the goal of updating Android's rules so they are no-longer outdated is met). |
The android.rake toolchain needs updating.
Issues with the current version;
I've seen discussions that the build system may be replaced, is this still the case? Is it worth updating the current provided toolchains?
Is it worth removing the android.rake if keeping it up to date with the NDK is too much work?
Not a desperate issue for myself as I have already written a new android.rake for my own Android projects, but having the build system not work for the current NDK platform is quite a discouragement.
The text was updated successfully, but these errors were encountered: