[GWP-ASan] Remove unnecessary test isolation. am: 10a952b6a7

Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/1518899

Change-Id: I2376aaa55dbc3969fb806bbf7dc6582f8b53bf4d
diff --git a/Android.bp b/Android.bp
index e24e7ea..4d89dea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -183,8 +183,4 @@
         // and so we disable it (as we rely on optnone for tests/backtrace.cpp).
         "-fno-experimental-new-pass-manager",
     ],
-
-    // Late initialisation tests should run isolated, as the platform IE TLS
-    // PRNG should be initialised to its default state.
-    isolated: true,
 }