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

Commit a85f7bde authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Support rust_toolchain_library for rust-project"

parents 84bec800 566eb80d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -211,6 +211,8 @@ func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Mo
		comp = c.binaryDecorator.baseCompiler
	case *procMacroDecorator:
		comp = c.baseCompiler
	case *toolchainLibraryDecorator:
		comp = c.baseCompiler
	default:
		return nil, nil, false
	}