summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-17 18:54:07 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-17 18:54:07 -0800
commit4ffaabe523d6f36277ac5a023009decd004b9139 (patch)
tree705e4839216270c2a5e0ebe6fd55b312676e17e0 /apex
parent323d77ad7f532f3b57315a4bb60b8495bdf4b530 (diff)
parent7cff05dfaa08606cead021d99c02f34d533503e4 (diff)
Merge "Use mkfs.erofs instead of make_erfos" into main
Diffstat (limited to 'apex')
-rw-r--r--apex/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/builder.go b/apex/builder.go
index fd17e2cb1..c85d0a0ce 100644
--- a/apex/builder.go
+++ b/apex/builder.go
@@ -70,7 +70,7 @@ func init() {
pctx.HostBinToolVariable("extract_apks", "extract_apks")
pctx.HostBinToolVariable("make_f2fs", "make_f2fs")
pctx.HostBinToolVariable("sload_f2fs", "sload_f2fs")
- pctx.HostBinToolVariable("make_erofs", "make_erofs")
+ pctx.HostBinToolVariable("make_erofs", "mkfs.erofs")
pctx.HostBinToolVariable("apex_compression_tool", "apex_compression_tool")
pctx.HostBinToolVariable("dexdeps", "dexdeps")
pctx.HostBinToolVariable("apex_sepolicy_tests", "apex_sepolicy_tests")