diff options
author | 2022-12-06 19:07:31 +0000 | |
---|---|---|
committer | 2022-12-07 13:49:59 +0000 | |
commit | e3b4be4508b24b45596be5cd0262412770a13f6b (patch) | |
tree | 412e13d4eaa50bf484de46d91765e888856d8285 /build/apex/art_apex_test.py | |
parent | 49601946f6eb633840f2ce3bd21a55cad93b95e3 (diff) |
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
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
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*') |