[versioner] Use libclang-cpp.so

Bug: http://b/150809112

This is a new upstream library that exports both the clang and LLVM C++
symbols and can replace libLLVM and (android-toolchain-only)
libclang_cxx.so.

Test: Build and run versioner
Change-Id: Ib711c29f478e00e39f26dd09917618b349f0c786
This commit is contained in:
Pirama Arumuga Nainar 2021-11-23 15:12:13 -08:00 committed by Stephen Hines
parent 1d4272e3e4
commit 5514287dc3

View file

@ -21,8 +21,7 @@ cc_binary_host {
],
shared_libs: [
"libclang_cxx_host",
"libLLVM_host",
"libclang-cpp_host",
"libbase",
],