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 upUpgrade NDK to v15c. #21780
Upgrade NDK to v15c. #21780
Conversation
highfive
commented
Sep 21, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=android |
Upgrade NDK to v15c. This upgrades us to a more recent NDK to address that outstanding technical debt. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21780) <!-- Reviewable:end -->
|
|
|
The build machines have cmake 3.2.2 and require 3.6.0. |
|
If APP_PLATFORM is being updated to 21 should minSdkVersion in https://github.com/servo/servo/blob/master/support/android/apk/servoapp/build.gradle be set to 21 as well? |
|
|
|
What's the status of this PR? |
|
@bors-servo try=android |
Upgrade NDK to v15c. This upgrades us to a more recent NDK to address that outstanding technical debt. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21780) <!-- Reviewable:end -->
|
|
|
@bors-servo try=android |
Upgrade NDK to v15c. This upgrades us to a more recent NDK to address that outstanding technical debt. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21780) <!-- Reviewable:end -->
|
r? @asajeffrey |
|
This is a prerequisite for the android build in #23163. |
|
LGTM. Oh the joys of guessing paths in the NDK. |
| if lines[1].split(' = ')[1].split('.')[0] != '12': | ||
| print("Currently only support NDK 12.") | ||
| if lines[1].split(' = ')[1].split('.')[0] != '15': | ||
| print("Currently only support NDK 15.") |
This comment has been minimized.
This comment has been minimized.
Manishearth
May 1, 2019
Member
Probably should also say something like "please delete the android-toolchains folder and rerun bootstrap-android"
|
Verified that this produces a runnable android build on my pixel 1. |
|
|
Upgrade NDK to v15c. This upgrades us to a more recent NDK to address that outstanding technical debt. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21780) <!-- Reviewable:end -->
|
@bors-servo r=asajeffrey |
|
|
Upgrade NDK to v15c. This upgrades us to a more recent NDK to address that outstanding technical debt. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21780) <!-- Reviewable:end -->
|
|
jdm commentedSep 21, 2018
•
edited by SimonSapin
This upgrades us to a more recent NDK to address that outstanding technical debt.
This change is