diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-07 07:42:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 07:42:42 -0800 |
commit | 3818d3f23ffada9df346a1ddcac11442a889c40b (patch) | |
tree | 193925d6973f8492653fc840b3d971c50f1bdc74 | |
parent | 4e0638b9b744fc014a11691451839fb7ff1ab464 (diff) | |
parent | a8d356bc5ec84499ad0b6b74e5e991e0db61ab31 (diff) | |
download | servo-3818d3f23ffada9df346a1ddcac11442a889c40b.tar.gz servo-3818d3f23ffada9df346a1ddcac11442a889c40b.zip |
Auto merge of #14482 - mmatyas:android_workspace_fix, r=Manishearth
Fix Android packaging problem
<!-- Please describe your changes on the following line: -->
Fixes the cargo workspace issue when trying to package for Android.
---
<!-- 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 #14422.
<!-- 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/14482)
<!-- Reviewable:end -->
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4cc48a522ee..0def226925f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,5 @@ members = [ "ports/cef", "ports/geckolib", "ports/servo", + "support/android/build-apk", ] |