AM.xml is not the only file that designates an android app source dir

This commit is contained in:
Daniel Martí 2013-11-02 22:52:52 +01:00
parent 5b613292c3
commit 7a4ec5c083
2 changed files with 6 additions and 5 deletions

View file

@ -45,6 +45,8 @@ def read_config(opts):
sys.exit(2)
options = opts
if not hasattr(options, 'verbose'):
options.verbose = False
config = {
'build_server_always': False,