diff options
author | Jingwen Chen <jingwen@google.com> | 2021-03-10 03:24:48 -0500 |
---|---|---|
committer | Jingwen Chen <jingwen@google.com> | 2021-03-19 02:06:27 -0400 |
commit | c57947860d252aa735c50785d4f6ff1c77054ca2 (patch) | |
tree | 0409e3492ecf7fcaee112f6668e84443b1205069 /benchmarks | |
parent | b40eb10acc747b600ea361726e3212ff81209ab1 (diff) |
bp2build: remove some bp2build_available props, use package_allowlist instead.
Test: build/bazel/scripts/milestone-2/demo.sh full
Test: bazel query //bionic/...
Change-Id: I737574766be898279d8bf6f3f0adb43dcc40c220
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/linker_relocation/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/linker_relocation/Android.bp b/benchmarks/linker_relocation/Android.bp index b41d0933e..b78eb8edb 100644 --- a/benchmarks/linker_relocation/Android.bp +++ b/benchmarks/linker_relocation/Android.bp @@ -32,7 +32,6 @@ 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 |