diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-17 11:44:29 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-24 14:18:35 -0700 |
commit | 409731efc1fb2e0d1d339b20ca12c5790386801e (patch) | |
tree | 47589162d98a1bab5cc96c2b98f5f29b356a6b39 /libnetutils | |
parent | efb30b0ccdd22500897033a0923a079d4454adb8 (diff) | |
download | core-409731efc1fb2e0d1d339b20ca12c5790386801e.tar.gz core-409731efc1fb2e0d1d339b20ca12c5790386801e.tar.bz2 core-409731efc1fb2e0d1d339b20ca12c5790386801e.zip |
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
Change-Id: I32938e3e0bcc1e771290d87f561cc06b9b019046
Diffstat (limited to 'libnetutils')
-rw-r--r-- | libnetutils/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetutils/Android.bp b/libnetutils/Android.bp index 0caf14535..9967ef886 100644 --- a/libnetutils/Android.bp +++ b/libnetutils/Android.bp @@ -1,5 +1,6 @@ cc_library_shared { name: "libnetutils", + vendor_available: true, srcs: [ "dhcpclient.c", |