commit | 1adca2b8e934f7cf43bc113df784c1deb83396a4 | [log] [tgz] |
---|---|---|
author | Trevor Radcliffe <tradical@google.com> | Thu Apr 28 19:30:42 2022 +0000 |
committer | Trevor Radcliffe <tradical@google.com> | Thu Apr 28 19:30:42 2022 +0000 |
tree | 6685085ecc50272fc3461bec0e6121c2cb2a2ae8 | |
parent | a9eee03c56ff24623144872313a5ec646dc38ddc [diff] |
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
diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index 159c314..2031170 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp
@@ -9,6 +9,7 @@ cc_test_host { name: "fuzzy_fastboot", + isolated: false, compile_multilib: "first", srcs: [