Browse Source

Merge "Add libc_openbsd to mixed builds deny list."

Rupert Shuttleworth 3 years ago
parent
commit
be1c47b216
1 changed files with 2 additions and 1 deletions
  1. 2 1
      android/bazel.go

+ 2 - 1
android/bazel.go

@@ -220,7 +220,8 @@ var (
 	// Per-module denylist to opt modules out of mixed builds. Such modules will
 	// still be generated via bp2build.
 	mixedBuildsDisabledList = []string{
-		"libc_gdtoa", // ruperts@, cc_library_static, OK for bp2build but undefined symbol: __strtorQ for mixed builds
+		"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