summaryrefslogtreecommitdiff
path: root/build-tools
diff options
context:
space:
mode:
authorRamji Jiyani <ramjiyani@google.com>2021-12-03 00:39:00 +0000
committerRamji Jiyani <ramjiyani@google.com>2021-12-03 07:51:05 +0000
commitf2591600be01c3c8bbc20970aaf078a20b8d54ca (patch)
treedc9ec464beafcca4a52033b0a0dd905d99bb117c /build-tools
parentae794045216d691bf896eab0f0ce79fe80681dad (diff)
downloadbuild-f2591600be01c3c8bbc20970aaf078a20b8d54ca.tar.gz
build-tools: Add mkfs.erofs prebuilt binary symlink
Makes mkfs.erofs available with hermatic toolchain via symlink to the prebuilts/kernel-build-tools/linux-x86/bin/mkfs.erofs mkfs.erofs is required to build an erofs image containing Andorid GKI modules during the Android Common Kernel builds. Bug: 200082547 Test: TreeHugger Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: Idcd2ce51d1d8dbf67488f304f00a12074d175bf8
Diffstat (limited to 'build-tools')
l---------build-tools/path/linux-x86/mkfs.erofs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-tools/path/linux-x86/mkfs.erofs b/build-tools/path/linux-x86/mkfs.erofs
new file mode 120000
index 0000000..3c30e36
--- /dev/null
+++ b/build-tools/path/linux-x86/mkfs.erofs
@@ -0,0 +1 @@
+../../../../prebuilts/kernel-build-tools/linux-x86/bin/mkfs.erofs \ No newline at end of file