libsysutils can be linked statically

Let libsysutils able to be statically linked by libnetd_resolv to
minimize the dependence on system ABI.

Test: m libsysutils
Change-Id: Ideb322dbc8d594a8a37d64f8140bc37090a4e238
This commit is contained in:
Mike Yu 2018-12-05 20:53:07 +09:00
parent 5ae47e10c8
commit c987859c70

View file

@ -1,4 +1,4 @@
cc_library_shared {
cc_library {
name: "libsysutils",
vendor_available: true,
vndk: {