mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Add proprietary samsung jar to usual suspects
This commit is contained in:
parent
17a4f5c00f
commit
cf1201833b
@ -1284,6 +1284,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||||||
re.compile(r'bugsense', re.IGNORECASE),
|
re.compile(r'bugsense', re.IGNORECASE),
|
||||||
re.compile(r'crashlytics', re.IGNORECASE),
|
re.compile(r'crashlytics', re.IGNORECASE),
|
||||||
re.compile(r'ouya.*sdk', re.IGNORECASE),
|
re.compile(r'ouya.*sdk', re.IGNORECASE),
|
||||||
|
re.compile(r'libspen23', re.IGNORECASE),
|
||||||
]
|
]
|
||||||
|
|
||||||
scanignore = getpaths(build_dir, thisbuild, 'scanignore')
|
scanignore = getpaths(build_dir, thisbuild, 'scanignore')
|
||||||
|
Loading…
Reference in New Issue
Block a user