summaryrefslogtreecommitdiff
path: root/build-tools
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2022-07-12 18:44:08 +0100
committerTreehugger Robot <treehugger-gerrit@google.com>2023-01-17 19:45:43 +0000
commit1e4174075c5a7b89051edbbb65c6cfd0a2477e90 (patch)
treed1d849fd35b5594304f0cd02c76e368cb0dac698 /build-tools
parent614c2f99e509a0fc8f4c4e4ae48c6bdc530b871b (diff)
downloadbuild-1e4174075c5a7b89051edbbb65c6cfd0a2477e90.tar.gz
switch to `tar` from the platform build tools
Now that `tar` implements all required flags (the last one being `--transform`), we can switch to the variant provided by the Android Platform build tools. Do that for build.sh and kleaf. Also adjust the hermetic containers. Bug: 243570975 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I15c6d97afd58931b01d9e02c217f1ae2d7a21eab
Diffstat (limited to 'build-tools')
l---------build-tools/path/linux-x86/tar1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-tools/path/linux-x86/tar b/build-tools/path/linux-x86/tar
new file mode 120000
index 0000000..1a927bf
--- /dev/null
+++ b/build-tools/path/linux-x86/tar
@@ -0,0 +1 @@
+../../../../../prebuilts/build-tools/path/linux-x86/tar \ No newline at end of file