Add logging to verify

This commit is contained in:
Daniel Martí 2014-01-27 16:48:08 +01:00
parent 2d2d21fc38
commit 040e575b10
2 changed files with 10 additions and 10 deletions

View file

@ -665,7 +665,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
p = FDroidPopen([os.path.join(config['sdk_path'],
'build-tools', config['build_tools'], 'aapt'),
'dump', 'badging', src])
'dump', 'badging', src], ouptut=False)
vercode = None
version = None