Loading bp2build/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ bootstrap_go_package { "java_proto_conversion_test.go", "java_sdk_library_conversion_test.go", "java_sdk_library_import_conversion_test.go", "java_test_host_conversion_test.go", "license_conversion_test.go", "license_kind_conversion_test.go", "linker_config_conversion_test.go", Loading bp2build/java_test_host_conversion_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ func TestJavaTestHostGeneral(t *testing.T) { runJavaTestHostTestCase(t, Bp2buildTestCase{ Description: "java_test_host general", Filesystem: map[string]string{}, StubbedBuildDefinitions: []string{"lib_a", "lib_b"}, StubbedBuildDefinitions: []string{"lib_a", "static_libs_a"}, Blueprint: ` java_test_host { name: "java_test_host-1", Loading Loading
bp2build/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ bootstrap_go_package { "java_proto_conversion_test.go", "java_sdk_library_conversion_test.go", "java_sdk_library_import_conversion_test.go", "java_test_host_conversion_test.go", "license_conversion_test.go", "license_kind_conversion_test.go", "linker_config_conversion_test.go", Loading
bp2build/java_test_host_conversion_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ func TestJavaTestHostGeneral(t *testing.T) { runJavaTestHostTestCase(t, Bp2buildTestCase{ Description: "java_test_host general", Filesystem: map[string]string{}, StubbedBuildDefinitions: []string{"lib_a", "lib_b"}, StubbedBuildDefinitions: []string{"lib_a", "static_libs_a"}, Blueprint: ` java_test_host { name: "java_test_host-1", Loading