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

Commit 187aa290 authored by Zi Wang's avatar Zi Wang Committed by Gerrit Code Review
Browse files

Merge "Use java_library_host bp2build converter for tradefed_java_library_host"

parents cb7d3d4d 3096e68e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2202,7 +2202,7 @@ var _ ModuleWithStem = (*Module)(nil)

func (j *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
	switch ctx.ModuleType() {
	case "java_library", "java_library_host", "java_library_static":
	case "java_library", "java_library_host", "java_library_static", "tradefed_java_library_host":
		if lib, ok := ctx.Module().(*Library); ok {
			javaLibraryBp2Build(ctx, lib)
		}