set isolated: false on fuzzy_fastboot
fuzzy_fastboot causes vts to fail when it has isolated set to true so manually set it to false to avoid this. Bug: 178498003 Test: Ran tests that failed presubmit Change-Id: I871854c26e07ac6ad94feb14703b705a3054c176
This commit is contained in:
parent
a9eee03c56
commit
1adca2b8e9
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ package {
|
|||
|
||||
cc_test_host {
|
||||
name: "fuzzy_fastboot",
|
||||
isolated: false,
|
||||
compile_multilib: "first",
|
||||
|
||||
srcs: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue