-
Notifications
You must be signed in to change notification settings - Fork 26
Add support for Android NDK 16 #65
Add support for Android NDK 16 #65
Conversation
Perhaps this could be tested out first? I think that this'll also need to install an API level 16 emulator and also switch to using that emulator instead of the arm-18 emulator. |
No problem Alex! Just point me in the right direction and I'll get it done. On Mon, Mar 7, 2016 at 6:16 PM Alex Crichton [email protected]
|
Ah yeah sure. What you'll basically want to do is emulate what the bots themselves do. Our buildbot has a ton of builders, but you're most likely only interested in the android one. You can take a look at a recent successful build to get an idea of how we run the build. Basically what you'll want to do is:
The builder should show you the commands that are needed to run all this, but once that's all up and running this should be good to go! We'll likely want to land the standard library changes first, and then I'll merge these changes here, test them in dev, merge them to master, and deploy them to prod. |
Got it. Leave it with me. :- ) Thanks so much for all the help! On Mon, Mar 7, 2016 at 6:36 PM Alex Crichton [email protected]
|
Neat! |
I presume #99 would resolve this too. |
I'm hoping to add API level 9 support soon, so hopefully that'll be more than enough to target API level 16, so I'm gonna close this for now. Thanks though for the PR @kanerogers! |
No worries, Alex! Sorry I didn't get a chance to take this any further. :- ( On Wed, May 25, 2016 at 3:46 AM Alex Crichton [email protected]
|
This PR adds support for Android NDK 16, as discussed in rust-lang/rust#31119 (comment) 😄