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
This commit is contained in:
parent
efb30b0ccd
commit
2e31a8c4f9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
cc_library {
|
||||
name: "libion",
|
||||
vendor_available: true,
|
||||
srcs: ["ion.c"],
|
||||
shared_libs: ["liblog"],
|
||||
local_include_dirs: [
|
||||
|
|
Loading…
Reference in a new issue