summaryrefslogtreecommitdiff
path: root/hermetic/build
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2022-01-13 23:25:30 -0800
committerYifan Hong <elsk@google.com>2022-02-02 23:01:36 +0000
commit9f23880143e229b01424816379155926c03c2c76 (patch)
tree1dba85a706507fa5491a1b704876f1cf2bbe28ac /hermetic/build
parent16999e0b7f046c660de8ec71455522fe2f7f5089 (diff)
downloadbuild-9f23880143e229b01424816379155926c03c2c76.tar.gz
Fix build-tools/path symlinks.
for e in $(ls .); do if [[ -L $e ]]; then rel=../$(readlink $e) ln -sf $rel $e fi done Test: TH Bug: 204425264 Change-Id: Ib61fbc1609ca20446103e55e644f43ab48031921
Diffstat (limited to 'hermetic/build')
-rwxr-xr-xhermetic/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hermetic/build b/hermetic/build
index 6443036..48163cf 100755
--- a/hermetic/build
+++ b/hermetic/build
@@ -19,5 +19,5 @@ cd /b/
# uncomment for incremental builds
#export SKIP_MRPROPER=1
-export PATH=/l/bin:/b/build/build-tools/path/linux-x86
+export PATH=/l/bin:/b/build/kernel/build-tools/path/linux-x86
BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh