Skip to content

Commit 5fa210f

Browse files
authored
Merge branch 'master' into chore/partition-error-type
2 parents ff161b0 + c207151 commit 5fa210f

File tree

1 file changed

+4
-0
lines changed
  • src/clusterfuzz/_internal/platforms/android

1 file changed

+4
-0
lines changed

src/clusterfuzz/_internal/platforms/android/adb.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ def get_fastboot_command_line(fastboot_cmd):
242242

243243
def get_fastboot_path():
244244
"""Return path to fastboot binary."""
245+
fastboot_path = environment.get_value('FASTBOOT')
246+
if fastboot_path:
247+
return fastboot_path
248+
245249
return os.path.join(environment.get_platform_resources_directory(),
246250
'fastboot')
247251

0 commit comments

Comments
 (0)