mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Also use adb via a full path
This commit is contained in:
parent
3dbf99a7f2
commit
a8d4c8705f
2 changed files with 5 additions and 2 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue