Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd an android cargo builder #76
Closed
Comments
|
We're no longer doing Cargo builds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want some deps checked on android, but need a special cargo builder for that. There is already some work done in master.cfg so that specific projects can opt into android builds (ie,
ANDROID_PROJECTS).I think good candidates are any of the
*-sysand their bindings: skia, rust-azure, mozjs, rust-mozjs, libfontconfig, etc. These were recently broken on android when trying to modify them for desktop arm linux systems. Some basic build checking would have prevented that bustage.