Loading rust/project_json.go +2 −0 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
rust/project_json.go +2 −0 Original line number Diff line number Diff line Loading @@ -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 } Loading