Revert "Add bp2build support for cc_library_static."

Revert submission 1594391-bp2build-cc_library_static

Reason for revert: Broke the build on aosp-master
Reverted Changes:
Ib16ccf31a:Add cc_library_static macro to help with bp2build ...
I37c856be2:Add bp2build support for cc_library_static.

Change-Id: Ie94d5bc6da81758cd4e0461c08a810a29643c971
This commit is contained in:
Jingwen Chen
2021-03-25 06:11:59 +00:00
parent 21e743df41
commit f9410540a8
6 changed files with 27 additions and 453 deletions

View File

@@ -123,8 +123,7 @@ cc_library_headers {
name: "foo_headers",
export_include_dirs: ["dir-1", "dir-2"],
header_libs: ["lib-1", "lib-2"],
// TODO: Also support export_header_lib_headers
export_header_lib_headers: ["lib-1", "lib-2"],
bazel_module: { bp2build_available: true },
}`,
expectedBazelTargets: []string{`cc_library_headers(