[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:
parent
1d4272e3e4
commit
5514287dc3
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ cc_binary_host {
|
|||
],
|
||||
|
||||
shared_libs: [
|
||||
"libclang_cxx_host",
|
||||
"libLLVM_host",
|
||||
"libclang-cpp_host",
|
||||
"libbase",
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue