forked from mirrors/gecko-dev
<!-- Please describe your changes on the following line: --> See https://github.com/servo/servo/issues/11921 After fixing problematic dependencies this is the last step to support armv7-linux-androideabi target on Android: - Updates skia dependency to fix a linker error. See https://github.com/servo/skia/pull/136 - Fixes specifying android targets on `./mach package` and `./mach install` steps: -`./mach package --release --target=arm-linux-androideabi` -`./mach package --release --target=armv7-linux-androideabi` -`./mach package --release --target=aarch64-linux-android` - Make `armv7-linux-androideabi`default when `--android` param is used in build, package or install commands --- <!-- 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 #11921 (github issue number if applicable). <!-- Either: --> - [x] 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. --> Source-Repo: https://github.com/servo/servo Source-Revision: a694f70acf2f011da816a24716d6501ab153c64e --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : aac3cdcf833b6cd64b5f81d27ae213d7272fe08d |
||
|---|---|---|
| .. | ||
| servo | ||
| tidy | ||
| mach_bootstrap.py | ||
| README.md | ||
| requirements-salt.txt | ||
| requirements.txt | ||
| tox.ini | ||
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.