Mark libdiskconfig vendor_available.
libdisckonfig 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: I079869f0120fa33893540b72044ddf25c1d04bf2
This commit is contained in:
parent
efb30b0ccd
commit
69d1a88097
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
cc_library {
|
||||
name: "libdiskconfig",
|
||||
vendor_available: true,
|
||||
srcs: [
|
||||
"diskconfig.c",
|
||||
"diskutils.c",
|
||||
|
|
Loading…
Reference in a new issue