diff options
author | 2022-12-07 14:49:28 +0000 | |
---|---|---|
committer | 2022-12-07 14:49:28 +0000 | |
commit | f63a0f67258e1b343fc578ecb495382cfe5bfd09 (patch) | |
tree | 609c1941cc19737df081ebfbc3fac70e3a7b4f2d /build/apex/art_apex_test.py | |
parent | a44127c48552d6868768faff7904406f4c10471b (diff) | |
parent | 723ab2ccc9966c71f6a0b7da7e5fa08d2c0e616b (diff) |
Do not link libziparchive both statically and dynamically in libartbase am: e3b4be4508 am: 8c6c3cc4e4 am: 723ab2ccc9
Original change: https://android-review.googlesource.com/c/platform/art/+/2330793
Change-Id: I5968e94910074f3285c4023a9d106ff4df539ad1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 12ceb64044..b56c501c3f 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*') |