aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-04 00:04:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-04 00:04:03 +0000
commit6238cb8901f820c2f602e5d9e57e4fc6688e58ff (patch)
tree69ebdaf6c73818287fa2be4f8a4e105f3b07c142
parent886fdbbf29390e4a7298da65e46d976a27b4460c (diff)
parent21a895548df7de83ce1e2e146e1718e5f723af7f (diff)
downloade2fsprogs-master.tar.gz
Merge "Use no_full_install: true instead of installable: false" into mainHEADmastermain
-rw-r--r--misc/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index 846edf95..4edac23e 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -128,7 +128,7 @@ cc_binary {
symlinks: ["mkfs.ext4.microdroid"],
},
},
- installable: false,
+ no_full_install: true,
stem: "mke2fs",
visibility: ["//packages/modules/Virtualization/microdroid"],
}