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 -->
This commit is contained in:
bors-servo 2016-12-07 07:42:42 -08:00 committed by GitHub
commit 3818d3f23f

View file

@ -3,4 +3,5 @@ members = [
"ports/cef",
"ports/geckolib",
"ports/servo",
"support/android/build-apk",
]