Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2136993002: Reland "Add support for installing ARM64 sysroot" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.jessie.arm64 ('k') | tools/copyright_scanner/copyright_scanner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index c56cd9d561184e634aaa87dd81aeb12b00c5d3bb..17da23bfa6fc2663c2174e774428fc6bcace5538 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -648,6 +648,7 @@ EXCLUDED_PATHS = [
'build/goma/client',
# Don't check sysroot directories
+ 'build/linux/debian_jessie_arm64-sysroot',
'build/linux/debian_wheezy_amd64-sysroot',
'build/linux/debian_wheezy_arm-sysroot',
'build/linux/debian_wheezy_i386-sysroot',
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.jessie.arm64 ('k') | tools/copyright_scanner/copyright_scanner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698