mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Add proprietary samsung jar to usual suspects
This commit is contained in:
parent
17a4f5c00f
commit
cf1201833b
1 changed files with 1 additions and 0 deletions
|
@ -1284,6 +1284,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||
re.compile(r'bugsense', re.IGNORECASE),
|
||||
re.compile(r'crashlytics', re.IGNORECASE),
|
||||
re.compile(r'ouya.*sdk', re.IGNORECASE),
|
||||
re.compile(r'libspen23', re.IGNORECASE),
|
||||
]
|
||||
|
||||
scanignore = getpaths(build_dir, thisbuild, 'scanignore')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue