Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 469b6335 authored by Tobias Thierer's avatar Tobias Thierer
Browse files

DnsResolver: make libcrypto a shared lib.

A statically linked libcrypto's self test will not succeed because
the linker step (symbol relocations etc.) will change the checksum.

Since libssl is also provided by boringssl, we're giving it the
same treatment for consistency.

Note that the DnsResolver module carries its own copies of these
shared libraries on-device:

$ adb shell 'su 0 find /apex/com.android.resolv/ -name "*.so"'
/apex/com.android.resolv/lib64/libnetd_resolv.so
/apex/com.android.resolv/lib64/libcrypto.so
/apex/com.android.resolv/lib64/libssl.so

Bug: 137267623
Test: Treehugger

Change-Id: Ia418f379b7a8c8ede6539ce735a19c7f284bbce7
parent f1e707cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment