From 1adca2b8e934f7cf43bc113df784c1deb83396a4 Mon Sep 17 00:00:00 2001 From: Trevor Radcliffe Date: Thu, 28 Apr 2022 19:30:42 +0000 Subject: [PATCH] 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 --- fastboot/fuzzy_fastboot/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index 159c314a9..203117001 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp @@ -9,6 +9,7 @@ package { cc_test_host { name: "fuzzy_fastboot", + isolated: false, compile_multilib: "first", srcs: [