From 824b7e58b01e063a66dfcfd45cf55dc0804071f3 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Wed, 15 May 2024 22:05:12 +0100 Subject: Replace libcrypto dependencies with statically linked libcrypto_for_art. This removes libcrypto.so from the APEX, which shaves off ~1.5 MiB per architecture. Test: banchan com.android.art com.android.art.debug arm && m Test: banchan com.android.art com.android.art.debug arm64 && m Test: banchan com.android.art com.android.art.debug x86 && m Test: banchan com.android.art com.android.art.debug x86_64 && m Test: lunch aosp_cf_arm64_only_phone && m libjavacore Bug: 340868296 Change-Id: I94d2debd2e444c3501cab7a27e921dde55a2505a --- 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 e5b72ee4a7..05cc1a6314 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -569,7 +569,6 @@ class ReleaseTargetChecker: self._checker.check_native_library('libandroidio') # Check internal native library dependencies. - self._checker.check_native_library('libcrypto') self._checker.check_native_library('libexpat') -- cgit v1.2.3-59-g8ed1b