We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dac2e7 commit f0ec668Copy full SHA for f0ec668
src/clusterfuzz/_internal/platforms/android/flash.py
@@ -53,7 +53,7 @@
53
]
54
FLASH_DEFAULT_BUILD_TARGET = '-next-userdebug'
55
FLASH_DEFAULT_IMAGES_DIR = os.path.join(
56
- environment.get_value('ROOT_DIR'), 'bot', 'inputs', 'images')
+ environment.get_value('ROOT_DIR', ''), 'bot', 'inputs', 'images')
57
FLASH_INTERVAL = 1 * 24 * 60 * 60
58
FLASH_RETRIES = 3
59
FLASH_REBOOT_BOOTLOADER_WAIT = 15
0 commit comments