commit | 8ecb53a4eeb025f5f0f858838b7f7466c9f28d2e | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri Sep 23 13:37:58 2022 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Fri Sep 23 16:29:37 2022 +0100 |
tree | 646ec9bc29749dde6184b4ee42255d0b099dc7e7 | |
parent | 07814d2efd1d0dbfb8e8fdee5ec074cd732e52ee [diff] |
Update clang prebuilt lib paths Necessary to update the platform to newer clang. Bug: 248422209 Test: forest Change-Id: I43e0835c4250e6d4dd78928bc19d6e80470fb060
diff --git a/build/makevars.go b/build/makevars.go index 1965b5d..0606bab 100644 --- a/build/makevars.go +++ b/build/makevars.go
@@ -34,6 +34,7 @@ "bin/llvm-addr2line", "bin/llvm-dwarfdump", "bin/llvm-objdump", + "lib/libc++.so.1", "lib64/libc++.so.1", } )