Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45cffa44 authored by Chris Parsons's avatar Chris Parsons
Browse files

Clear mixed build denylist.

Test: mixed_libc and mixed_droid CI
Change-Id: Ib9c37fba00a7c13c38b77171a7ddc59ef82ec515
parent ebdf61ec
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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