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:
Jayant Chowdhary 2017-05-17 12:19:53 -07:00
parent efb30b0ccd
commit 69d1a88097

View file

@ -1,5 +1,6 @@
cc_library {
name: "libdiskconfig",
vendor_available: true,
srcs: [
"diskconfig.c",
"diskutils.c",