summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2024-01-10 04:10:49 +0000
committerKrzysztof Kosiński <krzysio@google.com>2024-01-10 04:10:49 +0000
commit572f3a37bb0d46c428bc816c42c3961a41357bdf (patch)
tree184de6375da84b22655e4333e71a0d45ad167bbe
parent722ba5ca86bcf17a1ff135335ca61ddc64a6350e (diff)
downloadkythe-572f3a37bb0d46c428bc816c42c3961a41357bdf.tar.gz
Remove uses of libabsl_headers.
These modules already have dependencies on libabsl, which exposes the same set of headers. Bug: 246681282 Test: presubmit Change-Id: I5f9302943360261ee5bcb6d7f87f884287c36345
-rw-r--r--Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index ba5c9207c..67d9d24a4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -166,9 +166,6 @@ cc_binary_host {
"libclang-cpp_host",
"libziparchive",
],
- header_libs: [
- "libabsl_headers",
- ],
static_libs: [
"kythe_cxx_glog",
"kythe_cxx_common",
@@ -197,9 +194,6 @@ cc_binary_host {
"kythe/cxx/extractor/proto/proto_extractor_main.cc",
"kythe/cxx/indexer/proto/search_path.cc",
],
- header_libs: [
- "libabsl_headers",
- ],
static_libs: [
"kythe_cxx_glog",
"kythe_cxx_common",
@@ -232,9 +226,6 @@ cc_binary_host {
srcs: [
"kythe/cxx/tools/proto_metadata_plugin.cc",
],
- header_libs: [
- "libabsl_headers",
- ],
static_libs: [
"kythe_cxx_glog",
"kythe_cxx_common",