From e3b4be4508b24b45596be5cd0262412770a13f6b Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 6 Dec 2022 19:07:31 +0000 Subject: Do not link libziparchive both statically and dynamically in libartbase and libprofile. For the sake of consistency, switch to linking it statically everywhere on device, even in tests. This allows dropping libziparchive.so from the APEX. Also clean up some other Soong properties that were duplicated in libartbase vs libartbased, and libprofile vs libprofiled. Test: art/build/apex/runtests.sh Test: gtests on host and target Bug: 261402130 Change-Id: Iec03fa1da3cf64edc817b14c491493a63c423f6e --- build/apex/art_apex_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build/apex/art_apex_test.py') diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 41b587fab3..6e58cf634e 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -520,7 +520,6 @@ class ReleaseChecker: self._checker.check_native_library('liblzma') self._checker.check_native_library('libnpt') self._checker.check_native_library('libunwindstack') - self._checker.check_native_library('libziparchive') # Allow extra dependencies that appear in ASAN builds. self._checker.check_optional_native_library('libclang_rt.asan*') -- cgit v1.2.3-59-g8ed1b