chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f404b
)
Additional binary blob scan target
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 31 Aug 2012 13:49:07 +0000
(14:49 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 31 Aug 2012 13:49:07 +0000
(14:49 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 9d9787b7d8a8af66aa79c46a8272745ff8e71716..781a6f39e852bd7fdbf3081b269f96125c3fa818 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-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):