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 upPublish a AAR with servoview #21199
Publish a AAR with servoview #21199
Conversation
highfive
commented
Jul 18, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 18, 2018
|
r? @MortimerGoro Please check only the last commit |
|
|
|
|
|
@paulrouget r+ on the last commit |
|
|
| // Read environment variable used in rust build system | ||
| String ndkDir = System.getenv('ANDROID_NDK') | ||
| if (ndkDir == null) { | ||
| ndkDir = System.getenv('ANDROID_NDK_HOME') |
This comment has been minimized.
This comment has been minimized.
MortimerGoro
Jul 30, 2018
Contributor
We should also check ANDROID_NDK_ROOT. Some android devs use that: https://bugs.swift.org/browse/SR-1365
|
|
|
@bors-servo r=MortimerGoro |
|
|
Publish a AAR with servoview Depends on #20912 Fix #21127 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/21199) <!-- Reviewable:end -->
|
|
Android: Introduce ServoSurface (WIP as it depends on 2 other PRs) Depends on #21199. Only last commit matters. r? @MortimerGoro Please look at ServoSurface.java. The rest is mostly some refactoring to share as much code as possible with ServoView. <!-- 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/21234) <!-- Reviewable:end -->
Android: Introduce ServoSurface (WIP as it depends on 2 other PRs) Depends on #21199. Only last commit matters. r? @MortimerGoro Please look at ServoSurface.java. The rest is mostly some refactoring to share as much code as possible with ServoView. <!-- 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/21234) <!-- Reviewable:end -->
paulrouget commentedJul 18, 2018
•
edited by SimonSapin
Depends on #20912
Fix #21127
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is