mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Additional binary blob scan target
This commit is contained in:
parent
d9f404ba07
commit
c93c6af677
1 changed files with 2 additions and 1 deletions
|
@ -1095,7 +1095,8 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||||
'admob-sdk-android',
|
'admob-sdk-android',
|
||||||
'googleadview',
|
'googleadview',
|
||||||
'googleadmobadssdk',
|
'googleadmobadssdk',
|
||||||
'heyzap']
|
'heyzap',
|
||||||
|
'jpct-ae']
|
||||||
|
|
||||||
# Iterate through all files in the source code...
|
# Iterate through all files in the source code...
|
||||||
for r,d,f in os.walk(build_dir):
|
for r,d,f in os.walk(build_dir):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue