Merge "[clang-tools] Symlink lib -> lib64 in prebuilts/clang-tools"

This commit is contained in:
Treehugger Robot
2022-10-18 18:48:28 +00:00
committed by Gerrit Code Review

View File

@@ -60,6 +60,10 @@ update_prebuilts () {
rm .fetch* || true
find . | xargs touch
# create symlink lib -> lib64 as toolchain libraries have a RUNPATH pointing
# to $ORIGIN/../lib instead of lib64
ln -s lib64 lib
}