mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
Additional blob to scan for
This commit is contained in:
parent
c157145724
commit
3f48b56c95
1 changed files with 2 additions and 1 deletions
|
@ -943,7 +943,8 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||||
'libgoogleanalytics',
|
'libgoogleanalytics',
|
||||||
'admob-sdk-android',
|
'admob-sdk-android',
|
||||||
'googleadview',
|
'googleadview',
|
||||||
'googleadmobadssdk']
|
'googleadmobadssdk',
|
||||||
|
'heyzap']
|
||||||
for r,d,f in os.walk(build_dir):
|
for r,d,f in os.walk(build_dir):
|
||||||
for curfile in f:
|
for curfile in f:
|
||||||
for suspect in usual_suspects:
|
for suspect in usual_suspects:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue