commit | 251da5ae807cd1ecdf5e129314a50d1a5a72b6dc | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Aug 30 10:23:16 2023 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Wed Aug 30 10:50:45 2023 +0000 |
tree | 09b777311ae1c57f2240511c2f57b3f2fa82a1b2 | |
parent | 1430a5fee05e9ade5183b1a93519a20799b8c6b4 [diff] |
make libnetd_client a shared-only library It's not safe to link this library statically, as you must use the version provided by the platform, ie. you need to use (link against or dlopen) one of: /system/lib/libnetd_client.so /system/lib64/libnetd_client.so Or I guess maybe the vendor equivalents - if such exist? (not finding any on my test device) Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I7a3f5db14f6c3871634e91b6da35389ce1216ee6