Don't export symbols of statically linked libziparchive

Before this change statically linked libziparchive symbols were present
in both gtests and their shared library dependencies, which caused ODR
violation errors on ASAN builds.

Test: TARGET_PRODUCT=armv8 TARGET_BUILD_VARIANT=eng ./prebuilts/build-tools/path/linux-x86/python3 ./art/test/testrunner/run_build_test_target.py -j80 art-gtest-asan
Bug: 264235288
Change-Id: I61a265652f4b3c9ad954108738db849dcabcd4ff
1 file changed