mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Consolidate contingent paths in prune_binaries.py
Handles the differences between full tarball, lite tarball, and cloned sources. Removes the skip_unused and sysroot flags from _extraction.py and downloads.py.
This commit is contained in:
@@ -111,6 +111,8 @@ DOMAIN_EXCLUDE_PREFIXES = [
|
||||
# Exclusions for files covered with other patches/unnecessary
|
||||
'components/search_engines/prepopulated_engines.json',
|
||||
'third_party/blink/renderer/core/dom/document.cc',
|
||||
# Exclusion to allow download of sysroots
|
||||
'build/linux/sysroot_scripts/sysroots.json',
|
||||
]
|
||||
|
||||
# pylint: enable=line-too-long
|
||||
|
||||
Reference in New Issue
Block a user