Merge changes from topic "use-libclang-cpp" am: a226ebf313 am: dfa837214d
Original change: https://android-review.googlesource.com/c/platform/development/+/1901126 Change-Id: Ie95e555c14d669bed4183cfaf9adcb37aab5fa62
This commit is contained in:
committed by
Automerger Merge Worker
commit
361f6dd6a4
@@ -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