Update visibility to allow any system partition

Update libc_hwasan's visibility to allow any system partition, instead
of listing up all system images' location.

Bug: 381985636
Test: AOSP CF build succeeded
Change-Id: I1701d4cec04026cbc5f13e871ae7ce5c6e97911e
diff --git a/libc/Android.bp b/libc/Android.bp
index d914983..007dab0 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1629,9 +1629,7 @@
     // which is default module for soong-defined system image.
     visibility: [
         "//bionic/apex",
-        "//build/make/target/product/generic",
-        //TODO(b/381985636) : Remove visibility to Soong-defined GSI once resolved
-        "//build/make/target/product/gsi",
+        "//visibility:any_system_partition",
     ],
 }