Also use adb via a full path

This commit is contained in:
Daniel Martí 2014-07-03 18:21:33 +02:00
parent 3dbf99a7f2
commit a8d4c8705f
2 changed files with 5 additions and 2 deletions

View file

@ -136,6 +136,9 @@ def read_config(opts, config_file='config.py'):
'android': [
os.path.join(config['sdk_path'], 'tools', 'android'),
],
'adb': [
os.path.join(config['sdk_path'], 'platform-tools', 'adb'),
],
}
for b, paths in bin_paths.items():