aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-05-25 17:16:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-25 17:16:51 +0000
commit88cef96f457d9c134874333033b4dcfdfae9e6e7 (patch)
tree4a6de76ba2bc165c11f13bddf7901f6aa989d26a
parent656008e0d46da4218e21a03d899bd8eb9333b3f9 (diff)
parente653ff4eafa26ab453da7fc1312337607c8bd71a (diff)
downloade2fsprogs-88cef96f457d9c134874333033b4dcfdfae9e6e7.tar.gz
Merge "Mark e2fs libs vendor_available."
am: e653ff4eaf Change-Id: I3c679d7306e5709ca7b72ee4c5ecb68f17977cd2
-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: [