Merge "[clang-tools] Symlink lib -> lib64 in prebuilts/clang-tools" am: c3f6fcabf1
Original change: https://android-review.googlesource.com/c/platform/development/+/2260302 Change-Id: Ie160b7974b14e91129efdf33633c9c19a2be2f19 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user