1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00

Additional binary blob scan target

This commit is contained in:
Ciaran Gultnieks 2012-08-31 14:49:07 +01:00
parent d9f404ba07
commit c93c6af677

View File

@ -1095,7 +1095,8 @@ def scan_source(build_dir, root_dir, thisbuild):
'admob-sdk-android',
'googleadview',
'googleadmobadssdk',
'heyzap']
'heyzap',
'jpct-ae']
# Iterate through all files in the source code...
for r,d,f in os.walk(build_dir):