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

Commit 5baca302 authored by Rupert Shuttleworth's avatar Rupert Shuttleworth
Browse files

Add libc_openbsd to mixed builds deny list.

Test: USE_BAZEL_ANALYSIS=1 m linkerconfig
Change-Id: I59386d7d70a9a3c0cabe1b641284dfbd131d532d
parent 80c23770
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -221,6 +221,7 @@ var (
	// still be generated via bp2build.
	mixedBuildsDisabledList = []string{
		"libc_gdtoa",   // ruperts@, cc_library_static, OK for bp2build but undefined symbol: __strtorQ for mixed builds
		"libc_openbsd", // ruperts@, cc_library_static, OK for bp2build but error: duplicate symbol: strcpy for mixed builds
	}

	// Used for quicker lookups