Mark libnetutils vendor_available.
libneutils is a library which belongs to vndk-cap. Mark it
vendor_available to enable vndk abi stability checks on it.
Details: https://android-review.googlesource.com/368372
Test: mm -j64
Bug: 38244611
Merged-In: Ief58111dea549224b3bce5cb52fd691d4381fb88
Change-Id: I32938e3e0bcc1e771290d87f561cc06b9b019046
(cherry picked from commit 409731efc1
)
This commit is contained in:
parent
e57b353597
commit
9feff960e3
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
cc_library_shared {
|
||||
name: "libnetutils",
|
||||
vendor_available: true,
|
||||
|
||||
srcs: [
|
||||
"dhcpclient.c",
|
||||
|
|
Loading…
Reference in a new issue