Commit f115a47
authored
Restore cuttlefish fuzzing by ensuring platform initialization runs (#4956)
Due to skipped call to `update_task.run()` when the update task was not
enabled. The `run_platform_init_scripts()` function, which is critical
for booting up the Cuttlefish AVD device, was being bypassed. This
resulted in fuzzing drops due to the device failing to start. Following
change ensures run_platform_init_scripts()' is called even if update
task in not enabled1 parent 8b31e7e commit f115a47
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments