Update to use the new Android library build rules.

This commit is contained in:
Mátyás Mustoha 2016-08-18 12:44:13 -05:00
parent c6ef48ccc1
commit 5bb550dbf0
5 changed files with 87 additions and 13 deletions

View file

@ -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/"