Loading bp2build/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -44,9 +44,16 @@ bootstrap_go_package { "cc_library_shared_conversion_test.go", "cc_library_static_conversion_test.go", "cc_object_conversion_test.go", "cc_prebuilt_library_shared_test.go", "conversion_test.go", "filegroup_conversion_test.go", "genrule_conversion_test.go", "java_binary_host_conversion_test.go", "java_import_conversion_test.go", "java_library_conversion_test.go", "java_library_host_conversion_test.go", "java_plugin_conversion_test.go", "java_proto_conversion_test.go", "performance_test.go", "prebuilt_etc_conversion_test.go", "python_binary_conversion_test.go", Loading bp2build/java_proto_conversion_test.go +2 −4 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ func TestJavaProto(t *testing.T) { protoLibrary := makeBazelTarget("proto_library", "java-protos_proto", attrNameToString{ "srcs": `["a.proto"]`, "strip_import_prefix": `""`, }) for _, tc := range testCases { Loading Loading @@ -108,7 +107,6 @@ func TestJavaProtoDefault(t *testing.T) { expectedBazelTargets: []string{ makeBazelTarget("proto_library", "java-protos_proto", attrNameToString{ "srcs": `["a.proto"]`, "strip_import_prefix": `""`, }), makeBazelTarget( "java_lite_proto_library", Loading Loading
bp2build/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -44,9 +44,16 @@ bootstrap_go_package { "cc_library_shared_conversion_test.go", "cc_library_static_conversion_test.go", "cc_object_conversion_test.go", "cc_prebuilt_library_shared_test.go", "conversion_test.go", "filegroup_conversion_test.go", "genrule_conversion_test.go", "java_binary_host_conversion_test.go", "java_import_conversion_test.go", "java_library_conversion_test.go", "java_library_host_conversion_test.go", "java_plugin_conversion_test.go", "java_proto_conversion_test.go", "performance_test.go", "prebuilt_etc_conversion_test.go", "python_binary_conversion_test.go", Loading
bp2build/java_proto_conversion_test.go +2 −4 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ func TestJavaProto(t *testing.T) { protoLibrary := makeBazelTarget("proto_library", "java-protos_proto", attrNameToString{ "srcs": `["a.proto"]`, "strip_import_prefix": `""`, }) for _, tc := range testCases { Loading Loading @@ -108,7 +107,6 @@ func TestJavaProtoDefault(t *testing.T) { expectedBazelTargets: []string{ makeBazelTarget("proto_library", "java-protos_proto", attrNameToString{ "srcs": `["a.proto"]`, "strip_import_prefix": `""`, }), makeBazelTarget( "java_lite_proto_library", Loading