Merge "Skip unique apex_available enforcement on libz (a stub library)" into main
diff --git a/cc/cc.go b/cc/cc.go
index 6e920f0..6b64b7b 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -1948,6 +1948,7 @@
 		"libdl_android": true,
 		"libm":          true,
 		"libdl":         true,
+		"libz":          true,
 		// art apex
 		"libandroidio":    true,
 		"libdexfile":      true,