aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-24 16:34:51 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-24 16:34:51 -0800
commit45899b53df66ae3b0c5f094e0e29757aac6f51c9 (patch)
tree664aeb359708c7a72fb623d93a5382a1c7cc8e3b
parent4db9ff0c5d4bac93a1a19f0c7223ccb377e7d21d (diff)
parent2fd6ca7aa37f4f6b8918852dccdb5fc4578504b7 (diff)
downloade2fsprogs-45899b53df66ae3b0c5f094e0e29757aac6f51c9.tar.gz
Merge "Make ramdisk_available."
am: 2fd6ca7aa3 Change-Id: If1e6c5fcb289f4d2a45a05aa75513395497093f4
-rw-r--r--e2fsck/Android.bp10
-rw-r--r--lib/Android.bp1
-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/ext2fs/Android.bp1
-rw-r--r--lib/support/Android.bp1
-rw-r--r--lib/uuid/Android.bp1
8 files changed, 17 insertions, 0 deletions
diff --git a/e2fsck/Android.bp b/e2fsck/Android.bp
index f3443127..d4326e53 100644
--- a/e2fsck/Android.bp
+++ b/e2fsck/Android.bp
@@ -66,3 +66,13 @@ cc_binary {
static_libs: e2fsck_libs,
}
+
+cc_binary {
+ name: "e2fsck_ramdisk",
+ stem: "e2fsck",
+ static_executable: true,
+ ramdisk: true,
+ defaults: ["e2fsck-defaults"],
+ system_shared_libs: [],
+ static_libs: e2fsck_libs,
+}
diff --git a/lib/Android.bp b/lib/Android.bp
index 77f69da7..d877475a 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -7,6 +7,7 @@ cc_library_headers {
name: "libext2-headers",
host_supported: true,
vendor_available: true,
+ ramdisk_available: true,
recovery_available: true,
target: {
windows: {
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index 5a02736a..ccfdf8b9 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_blkid",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
diff --git a/lib/e2p/Android.bp b/lib/e2p/Android.bp
index d74ba685..aa09ad06 100644
--- a/lib/e2p/Android.bp
+++ b/lib/e2p/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_e2p",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
diff --git a/lib/et/Android.bp b/lib/et/Android.bp
index 3414639a..7df5bf60 100644
--- a/lib/et/Android.bp
+++ b/lib/et/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_com_err",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
diff --git a/lib/ext2fs/Android.bp b/lib/ext2fs/Android.bp
index 909c4fa8..8a46c025 100644
--- a/lib/ext2fs/Android.bp
+++ b/lib/ext2fs/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2fs",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
diff --git a/lib/support/Android.bp b/lib/support/Android.bp
index 2bc07b7f..14f2f239 100644
--- a/lib/support/Android.bp
+++ b/lib/support/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_quota",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index 7d4dfcac..37b44673 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libext2_uuid",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
vendor_available: true,
unique_host_soname: true,