Skip unique apex_available enforcement on libz (a stub library)

libz is a stub library, but needs to be available to runtime apex
because it gets statically linked into bionic linker

Bug: 281077552
Bug: 277651159
Test: m nothing
Change-Id: I04f6f13768d8f9c160ce84202e2003b195176355
This commit is contained in:
Spandan Das
2024-01-04 01:44:17 +00:00
parent 69d083a065
commit 1a0c6e19f7

View File

@@ -1941,6 +1941,7 @@ var (
"libdl_android": true,
"libm": true,
"libdl": true,
"libz": true,
// art apex
"libandroidio": true,
"libdexfile": true,