diff options
author | Rupert Shuttleworth <ruperts@google.com> | 2021-02-16 03:27:05 +0000 |
---|---|---|
committer | Rupert Shuttleworth <ruperts@google.com> | 2021-02-16 03:39:20 +0000 |
commit | fd64868a929a849c25e350eb233f78329e9995cb (patch) | |
tree | 1782f0a6ccee4e7e15e88efd46b30391610701b2 /benchmarks | |
parent | ef0ec82684ea52ee3a13db8df9103ca314ea17aa (diff) |
Mark cc_library_headers targets as being bp2build_available.
Test: build/bazel/scripts/bp2build-sync.sh write.
Change-Id: I78a491d20779f50757b55c8e5305b588bf613839
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/linker_relocation/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/linker_relocation/Android.bp b/benchmarks/linker_relocation/Android.bp index 6955c67dc..f8ef9e046 100644 --- a/benchmarks/linker_relocation/Android.bp +++ b/benchmarks/linker_relocation/Android.bp @@ -28,6 +28,7 @@ cc_library_headers { name: "linker_reloc_bench_headers", defaults: ["bionic_spawn_benchmark_targets"], 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 |