aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-05-17 13:49:26 -0700
committerJayant Chowdhary <jchowdhary@google.com>2017-05-24 14:59:25 -0700
commit611bef8fda6b295e20fa1a6649ddd427160b3491 (patch)
tree4a6de76ba2bc165c11f13bddf7901f6aa989d26a
parent9b9a786601e2c4ad1d7dcf2fb57bde3429c91a01 (diff)
downloade2fsprogs-611bef8fda6b295e20fa1a6649ddd427160b3491.tar.gz
Mark e2fs libs vendor_available.
libext2_blkid, libext2_com_err, libext2_e2p, libext2_uuid are libraries which belong to vndk-cap. Mark them vendor_available to enable vndk abi stability checks on them. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Change-Id: I1931063b88b845a9a9d06188555c34f1fbc3e369
-rw-r--r--lib/blkid/Android.bp1
-rw-r--r--lib/e2p/Android.bp1
-rw-r--r--lib/et/Android.bp1
-rw-r--r--lib/uuid/Android.bp1
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index 9b385f9c..5ad28429 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -2,6 +2,7 @@
cc_library {
name: "libext2_blkid",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
srcs: [
diff --git a/lib/e2p/Android.bp b/lib/e2p/Android.bp
index db516707..c6f3779e 100644
--- a/lib/e2p/Android.bp
+++ b/lib/e2p/Android.bp
@@ -2,6 +2,7 @@
cc_library {
name: "libext2_e2p",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
srcs: [
diff --git a/lib/et/Android.bp b/lib/et/Android.bp
index f6ad416b..c9098c3f 100644
--- a/lib/et/Android.bp
+++ b/lib/et/Android.bp
@@ -2,6 +2,7 @@
cc_library {
name: "libext2_com_err",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
srcs: [
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index d173788a..7ea7ff02 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -2,6 +2,7 @@
cc_library {
name: "libext2_uuid",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
srcs: [