summaryrefslogtreecommitdiff
path: root/build-tools
diff options
context:
space:
mode:
authorConnor O'Brien <connoro@google.com>2022-01-07 15:49:08 -0800
committerTreehugger Robot <treehugger-gerrit@google.com>2022-01-10 14:04:55 +0000
commitd587a5100e7aa20983cbefb3d4ba30f5fdfff388 (patch)
tree1b647d46583a692cfd61184da44b503620f87ae6 /build-tools
parent7ec7f3875ee8db7ab9e768748414181177063d33 (diff)
downloadbuild-d587a5100e7aa20983cbefb3d4ba30f5fdfff388.tar.gz
build-tools: use toybox dd
dd is used in BTF generation, so this is necessary in order to enable CONFIG_DEBUG_INFO_BTF. Bug: 203823368 Test: build with CONFIG_DEBUG_INFO_BTF=y using build.sh & bazel Signed-off-by: Connor O'Brien <connoro@google.com> Change-Id: I27916883ab742a39b38933d0ed027aba469fce6f
Diffstat (limited to 'build-tools')
l---------build-tools/path/linux-x86/dd1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-tools/path/linux-x86/dd b/build-tools/path/linux-x86/dd
new file mode 120000
index 0000000..4bf115b
--- /dev/null
+++ b/build-tools/path/linux-x86/dd
@@ -0,0 +1 @@
+../../../../prebuilts/build-tools/linux-x86/bin/toybox \ No newline at end of file