1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Add proprietary samsung jar to usual suspects

This commit is contained in:
Ciaran Gultnieks 2014-05-11 14:46:47 +01:00
parent 17a4f5c00f
commit cf1201833b

View File

@ -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')