diff options
author | 2024-12-13 14:57:56 +0900 | |
---|---|---|
committer | 2024-12-13 14:57:56 +0900 | |
commit | 7cff05dfaa08606cead021d99c02f34d533503e4 (patch) | |
tree | a7221e8ffd3e964ee39c9fa4d041b7d1c5c69136 /apex/builder.go | |
parent | 2aab4a59b99fdb77787ea6a25a155dce18d9e8f9 (diff) |
Use mkfs.erofs instead of make_erfos
We don't need an alias for mkfs.erofs.
Bug: 383669618
Test: m
Change-Id: Ib242553689ff3d38179360b8d130c3f03740bcb6
Diffstat (limited to 'apex/builder.go')
-rw-r--r-- | apex/builder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/builder.go b/apex/builder.go index 45608c933..c1d34cc93 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") |