mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update to use the new Android library build rules.
This commit is contained in:
parent
c6ef48ccc1
commit
5bb550dbf0
5 changed files with 87 additions and 13 deletions
|
@ -47,7 +47,7 @@ FILE_PATTERNS_TO_CHECK = ["*.rs", "*.rc", "*.cpp", "*.c",
|
|||
"*.toml", "*.webidl", "*.json", "*.html"]
|
||||
|
||||
# File patterns that are ignored for all tidy and lint checks.
|
||||
FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc"]
|
||||
FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh"]
|
||||
|
||||
SPEC_BASE_PATH = "components/script/dom/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue