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 upAndroid basedir #11687
Android basedir #11687
Conversation
highfive
commented
Jun 9, 2016
|
New code was committed to pull request. |
|
The added libz update fixes #11627 |
|
-S-awaiting-review +S-needs-code-changes r=me with one small change:
|
ced5224
to
df9539c
highfive
commented
Jun 9, 2016
|
New code was committed to pull request. |
|
@bors-servo r=mbrubeck |
|
|
Android basedir <!-- Please describe your changes on the following line: --> This fixes #11633, as when the new basedir stuff that uses xdg was added, it did not preserve the previous Android behavior, which used `/sdcard/servo`. Obviously, long-term we should be calling into the Android runtime to determine the per-run installation path and be both unpacking and loading resources from there, but this restores the previous behavior. r? @mbrubeck --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ x] `./mach build -d` does not report any errors - [x ] `./mach test-tidy` does not report any errors - [x] These changes fix #11633 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ x] These changes do not require tests because _____ <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11687) <!-- Reviewable:end -->
|
|
highfive
commented
Jun 9, 2016
|
|
@bors-servo retry |
|
|
| This file is an integral part of the build system for your | ||
| application and should be checked into Version Control Systems. --> | ||
| <loadproperties srcFile="project.properties" /> |
This comment has been minimized.
This comment has been minimized.
aneeshusa
Jun 9, 2016
Member
I believe @mitchhentges removed this file in #11278. If the Android automated tooling rewrote the build.xml file to link to it, then we should re-add the project.properties file. If you changed build.xml by hand, I think we can revert that change.
This comment has been minimized.
This comment has been minimized.
larsbergstrom
Jun 10, 2016
Author
Contributor
Yeah, the automated tooling will always put that file back in there. I thought I had argued against that change, but clearly I didn't. Oops!
|
|
larsbergstrom commentedJun 9, 2016
•
edited by mbrubeck
This fixes #11633, as when the new basedir stuff that uses xdg was added, it did not preserve the previous Android behavior, which used
/sdcard/servo. Obviously, long-term we should be calling into the Android runtime to determine the per-run installation path and be both unpacking and loading resources from there, but this restores the previous behavior.r? @mbrubeck
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is