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
1 file changed
tree: 09b777311ae1c57f2240511c2f57b3f2fa82a1b2
  1. client/
  2. include/
  3. netutils_wrappers/
  4. server/
  5. tests/
  6. .editorconfig
  7. Android.bp
  8. NOTICE
  9. OWNERS
  10. PREUPLOAD.cfg
  11. TEST_MAPPING