Browse Source

Merge "Omit musl related cc_genrules from bp2build."

Jingwen Chen 2 years ago
parent
commit
db07f002b8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      android/bazel.go

+ 3 - 0
android/bazel.go

@@ -449,6 +449,9 @@ var (
 
 		"apex_manifest_proto_java", // b/215230097, we don't handle .proto files in java_library srcs attribute
 
+		"libc_musl_sysroot_bionic_arch_headers", // b/218405924, depends on soong_zip
+		"libc_musl_sysroot_bionic_headers",      // b/218405924, depends on soong_zip and generates duplicate srcs
+
 		// python protos
 		"libprotobuf-python",                           // contains .proto sources
 		"conv_linker_config",                           // depends on linker_config_proto, a python lib with proto sources