summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2023-04-28 08:07:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-28 08:07:22 +0000
commit3f8fffd51f0688a9a3bdc9d47967d4f34cbe3dc8 (patch)
treefad761860b886ea8d85aa47ea331d4d8a353cf6f
parent3bcdcd3363cfe351d350bce57f2f1cf550d63ea1 (diff)
parent4d5e90b4eb922722f963516517262004f32941b7 (diff)
downloadbuild-tools-3f8fffd51f0688a9a3bdc9d47967d4f34cbe3dc8.tar.gz
Merge "Add `file` symlinks into the toybox binary"
l---------path/darwin-x86/file1
l---------path/linux-x86/file1
2 files changed, 2 insertions, 0 deletions
diff --git a/path/darwin-x86/file b/path/darwin-x86/file
new file mode 120000
index 00000000..feaf26c8
--- /dev/null
+++ b/path/darwin-x86/file
@@ -0,0 +1 @@
+../../darwin-x86/bin/toybox \ No newline at end of file
diff --git a/path/linux-x86/file b/path/linux-x86/file
new file mode 120000
index 00000000..c6b4b1f8
--- /dev/null
+++ b/path/linux-x86/file
@@ -0,0 +1 @@
+../../linux-x86/bin/toybox \ No newline at end of file