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):