Drop libprofile modules from baselinseApexAvailable map

The implicit //apex_available:anyapex seems to be unused, so we can drop
it

Bug: 281077552
Test: m nothing
Change-Id: I66fef50901bfd19237a9ef96b169ecefa01d76b9
diff --git a/apex/apex.go b/apex/apex.go
index 29d59e5..c14cf7f 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -2916,15 +2916,6 @@
 		"wifi-nano-protos",
 		"wifi-service-pre-jarjar",
 	}
-	//
-	// Module separator
-	//
-	m[android.AvailableToAnyApex] = []string{
-		"libprofile-clang-extras",
-		"libprofile-clang-extras_ndk",
-		"libprofile-extras",
-		"libprofile-extras_ndk",
-	}
 	return m
 }