Skip to content

Commit

Permalink
Merge branch 'master' into chore/partition-error-type
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi authored Dec 18, 2024
2 parents ff161b0 + c207151 commit 5fa210f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clusterfuzz/_internal/platforms/android/adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ def get_fastboot_command_line(fastboot_cmd):

def get_fastboot_path():
"""Return path to fastboot binary."""
fastboot_path = environment.get_value('FASTBOOT')
if fastboot_path:
return fastboot_path

return os.path.join(environment.get_platform_resources_directory(),
'fastboot')

Expand Down

0 comments on commit 5fa210f

Please sign in to comment.