Commit 69e67de
Update device check in download_trusty_symbols_if_needed (#4475)
The device check is updated to use find instead of a literal match so
that sanitized version of the devices (e.g: cheetah_hwasan) can also be
used
---------
Co-authored-by: jonathanmetzman <[email protected]>1 parent 10461e6 commit 69e67de
File tree
1 file changed
+4
-2
lines changed- src/clusterfuzz/_internal/platforms/android
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments