Merge "Add unconverted_reasons_from_heuristics fields to the Module message" into main

This commit is contained in:
Treehugger Robot
2023-07-13 22:45:17 +00:00
committed by Gerrit Code Review

View File

@@ -38,6 +38,9 @@ message Bp2buildConversionProgress {
// Total number of transitive dependencies.
int32 num_deps = 5;
// Unconverted reasons from heuristics
repeated string unconverted_reasons_from_heuristics = 6;
}
// Modules that the transitive dependencies were identified for.