diff options
| author | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-17 12:34:07 -0700 |
|---|---|---|
| committer | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-24 14:25:08 -0700 |
| commit | 2e31a8c4f99454cc6ac5292c952fef7166614e5f (patch) | |
| tree | 473a1bd48d9ad9c0c58a93f25a9c1efef4f1150f /libion | |
| parent | efb30b0ccdd22500897033a0923a079d4454adb8 (diff) | |
| download | core-2e31a8c4f99454cc6ac5292c952fef7166614e5f.tar.gz core-2e31a8c4f99454cc6ac5292c952fef7166614e5f.tar.bz2 core-2e31a8c4f99454cc6ac5292c952fef7166614e5f.zip | |
Mark libion vendor_available.
libion 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: I8ac290d435b7c4dc5e669bfccb4562495ce92516
Diffstat (limited to 'libion')
| -rw-r--r-- | libion/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libion/Android.bp b/libion/Android.bp index da98111fc..6f267e4c7 100644 --- a/libion/Android.bp +++ b/libion/Android.bp @@ -1,6 +1,7 @@ cc_library { name: "libion", + vendor_available: true, srcs: ["ion.c"], shared_libs: ["liblog"], local_include_dirs: [ |
