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 /linker | |
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 'linker')
-rw-r--r-- | linker/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linker/Android.bp b/linker/Android.bp index dd376da86..3370f2826 100644 --- a/linker/Android.bp +++ b/linker/Android.bp @@ -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 }, } // ======================================================== |