diff options
author | Jayant Chowdhary | 2017-05-17 14:19:53 -0500 |
---|---|---|
committer | Jayant Chowdhary | 2017-05-24 16:21:48 -0500 |
commit | 69d1a880977aab156eb94684a356c06c01b64c1f (patch) | |
tree | 39a03a6c80087cb7e22f7b9823c9c1452ad9a58a /libdiskconfig | |
parent | efb30b0ccdd22500897033a0923a079d4454adb8 (diff) | |
download | platform-system-core-69d1a880977aab156eb94684a356c06c01b64c1f.tar.gz platform-system-core-69d1a880977aab156eb94684a356c06c01b64c1f.tar.xz platform-system-core-69d1a880977aab156eb94684a356c06c01b64c1f.zip |
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
Diffstat (limited to 'libdiskconfig')
-rw-r--r-- | libdiskconfig/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskconfig/Android.bp b/libdiskconfig/Android.bp index 041fd63b0..088981a7c 100644 --- a/libdiskconfig/Android.bp +++ b/libdiskconfig/Android.bp | |||
@@ -1,5 +1,6 @@ | |||
1 | cc_library { | 1 | cc_library { |
2 | name: "libdiskconfig", | 2 | name: "libdiskconfig", |
3 | vendor_available: true, | ||
3 | srcs: [ | 4 | srcs: [ |
4 | "diskconfig.c", | 5 | "diskconfig.c", |
5 | "diskutils.c", | 6 | "diskutils.c", |