From 45cffa4479d66d2c89c8a835c8970aab1eeed22a Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Tue, 1 Jun 2021 16:59:34 -0400 Subject: [PATCH] Clear mixed build denylist. Test: mixed_libc and mixed_droid CI Change-Id: Ib9c37fba00a7c13c38b77171a7ddc59ef82ec515 --- android/bazel.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/bazel.go b/android/bazel.go index 4967b1244..8c680559e 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -220,8 +220,7 @@ var ( // Per-module denylist to opt modules out of mixed builds. Such modules will // still be generated via bp2build. mixedBuildsDisabledList = []string{ - "libc_common_shared", // cparsons@ cc_library_static, breaks module `libc`. - "libc_nomalloc", // cparsons@ cc_library_static, breaks module `linker` + // Currently empty, though should remain present to facilitate granular bp2build migration. } // Used for quicker lookups