Merge "Use java_library_host bp2build converter for tradefed_java_library_host"
This commit is contained in:
commit
187aa29056
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue