summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/linker_relocation/Android.bp1
-rw-r--r--libc/Android.bp5
-rw-r--r--libc/async_safe/Android.bp1
3 files changed, 6 insertions, 1 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
diff --git a/libc/Android.bp b/libc/Android.bp
index 6ba60ca00..6a3a7c0db 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1823,6 +1823,7 @@ cc_library_headers {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ bazel_module: { bp2build_available: true },
}
cc_library_headers {
@@ -1880,6 +1881,7 @@ cc_library_headers {
export_system_include_dirs: ["kernel/uapi/asm-x86"],
},
},
+ bazel_module: { bp2build_available: true },
}
cc_library_headers {
@@ -1929,7 +1931,8 @@ cc_library_headers {
header_libs: ["libc_headers_arch"],
export_header_lib_headers: ["libc_headers_arch"],
},
- }
+ },
+ bazel_module: { bp2build_available: true },
}
// ========================================================
diff --git a/libc/async_safe/Android.bp b/libc/async_safe/Android.bp
index 66389b974..222d9f6d1 100644
--- a/libc/async_safe/Android.bp
+++ b/libc/async_safe/Android.bp
@@ -47,4 +47,5 @@ cc_library_headers {
"//apex_available:platform",
"com.android.runtime",
],
+ bazel_module: { bp2build_available: true },
}