diff options
author | 2024-05-15 22:05:12 +0100 | |
---|---|---|
committer | 2024-05-24 11:39:58 +0000 | |
commit | 824b7e58b01e063a66dfcfd45cf55dc0804071f3 (patch) | |
tree | 4e5466495b3dd09636d90d7488d0521cf38b3a3c /build/apex/art_apex_test.py | |
parent | cd27acf4832d51bc1243edd3bb391fcd3c29166c (diff) |
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
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 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') |