Merge "bp2build: remove some bp2build_available props, use package_allowlist instead." am: c551fc7e7a
Original change: https://android-review.googlesource.com/c/platform/bionic/+/1625839 Change-Id: I818652ae41ae7493c549b814cb13fbfb4c46b3b6
This commit is contained in:
commit
ee0e30196b
5 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -57,5 +57,4 @@ cc_library_headers {
|
|||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
bazel_module: { bp2build_available: true },
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ package {
|
|||
filegroup {
|
||||
name: "bionic-gensyscalls",
|
||||
srcs: ["gensyscalls.py"],
|
||||
bazel_module: { bp2build_available: true },
|
||||
}
|
||||
|
||||
// Generate the C++ policy sources for app and system seccomp-bpf filters.
|
||||
|
|
|
@ -68,6 +68,9 @@ cc_object {
|
|||
|
||||
// We need to access Bionic private headers in the linker.
|
||||
include_dirs: ["bionic/libc"],
|
||||
|
||||
// b/182338959
|
||||
bazel_module: { bp2build_available: false },
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
|
|
|
@ -18,5 +18,4 @@ subdirs = ["*"]
|
|||
filegroup {
|
||||
name: "bionic-generate-version-script",
|
||||
srcs: ["generate-version-script.py"],
|
||||
bazel_module: { bp2build_available: true },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue