summaryrefslogtreecommitdiffstats
path: root/misc/Android.bp
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 04:59:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 04:59:33 +0000
commit73193347133e750faf27f88fd3ab31ce43aff062 (patch)
treee28a6d9512d1787b1fcbe9167188c9d134bf51d9 /misc/Android.bp
parentAdding upstream version 1.47.0. (diff)
downloade2fsprogs-73193347133e750faf27f88fd3ab31ce43aff062.tar.xz
e2fsprogs-73193347133e750faf27f88fd3ab31ce43aff062.zip
Adding upstream version 1.47.1.upstream/1.47.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--misc/Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index 0656bf4..4edac23 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -18,6 +18,7 @@ cc_library {
name: "libext2_misc",
host_supported: true,
recovery_available: true,
+ vendor_available: true,
defaults: ["e2fsprogs-defaults"],
target: {
@@ -58,6 +59,7 @@ cc_defaults {
cc_binary {
name: "mke2fs",
host_supported: true,
+ vendor_available: true,
defaults: ["mke2fs_defaults"],
target: {
host: {
@@ -126,7 +128,7 @@ cc_binary {
symlinks: ["mkfs.ext4.microdroid"],
},
},
- installable: false,
+ no_full_install: true,
stem: "mke2fs",
visibility: ["//packages/modules/Virtualization/microdroid"],
}
@@ -191,9 +193,8 @@ cc_library_static {
//########################################################################
// Build badblocks
-cc_binary {
+cc_binary_host {
name: "badblocks",
- host_supported: true,
defaults: ["e2fsprogs-defaults"],
srcs: ["badblocks.c"],