Merge changes from topic "use-libclang-cpp" am: a226ebf313
Original change: https://android-review.googlesource.com/c/platform/development/+/1901126 Change-Id: Ia9af358847b2f48fe6b5e976007f0a69e41c22f0
This commit is contained in:
committed by
Automerger Merge Worker
commit
dfa837214d
@@ -79,8 +79,7 @@ cc_binary_host {
|
|||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libclang_cxx_host",
|
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -98,8 +97,7 @@ cc_defaults {
|
|||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libclang_cxx_host",
|
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -169,7 +167,7 @@ cc_library_host_static {
|
|||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
"libprotobuf-cpp-full",
|
"libprotobuf-cpp-full",
|
||||||
],
|
],
|
||||||
@@ -204,7 +202,7 @@ cc_test_host {
|
|||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libLLVM_host",
|
"libclang-cpp_host",
|
||||||
"libc++_host",
|
"libc++_host",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user