Mark cc_library_headers targets as being bp2build_available.

Test: build/bazel/scripts/bp2build-sync.sh write.
Change-Id: I78a491d20779f50757b55c8e5305b588bf613839
This commit is contained in:
Rupert Shuttleworth 2021-02-16 03:27:05 +00:00
parent ef0ec82684
commit fd64868a92
3 changed files with 6 additions and 1 deletions

View file

@ -28,6 +28,7 @@ cc_library_headers {
name: "linker_reloc_bench_headers", name: "linker_reloc_bench_headers",
defaults: ["bionic_spawn_benchmark_targets"], defaults: ["bionic_spawn_benchmark_targets"],
export_include_dirs: ["include"], export_include_dirs: ["include"],
bazel_module: { bp2build_available: true },
} }
// TODO: This benchmark doesn't work with TradeFed/atest because it doesn't copy its test libraries // TODO: This benchmark doesn't work with TradeFed/atest because it doesn't copy its test libraries

View file

@ -1823,6 +1823,7 @@ cc_library_headers {
"//apex_available:platform", "//apex_available:platform",
"//apex_available:anyapex", "//apex_available:anyapex",
], ],
bazel_module: { bp2build_available: true },
} }
cc_library_headers { cc_library_headers {
@ -1880,6 +1881,7 @@ cc_library_headers {
export_system_include_dirs: ["kernel/uapi/asm-x86"], export_system_include_dirs: ["kernel/uapi/asm-x86"],
}, },
}, },
bazel_module: { bp2build_available: true },
} }
cc_library_headers { cc_library_headers {
@ -1929,7 +1931,8 @@ cc_library_headers {
header_libs: ["libc_headers_arch"], header_libs: ["libc_headers_arch"],
export_header_lib_headers: ["libc_headers_arch"], export_header_lib_headers: ["libc_headers_arch"],
}, },
} },
bazel_module: { bp2build_available: true },
} }
// ======================================================== // ========================================================

View file

@ -47,4 +47,5 @@ cc_library_headers {
"//apex_available:platform", "//apex_available:platform",
"com.android.runtime", "com.android.runtime",
], ],
bazel_module: { bp2build_available: true },
} }