From 572f3a37bb0d46c428bc816c42c3961a41357bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 10 Jan 2024 04:10:49 +0000 Subject: 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 --- Android.bp | 9 --------- 1 file changed, 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", -- cgit v1.2.3