Browse Source

Merge "Clear mixed build denylist."

Christopher Parsons 3 years ago
parent
commit
abca1d19a4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      android/bazel.go

+ 1 - 2
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