Merge "Update visibility to allow any system partition" into main
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",
     ],
 }