Add unconverted_reasons_from_heuristics fields to the Module message
A heuristics is implemented in the build/bazel/scripts/bp2build_progress/bp2build_progress.py script to determine the reason for why a module is not converted. Test: b build //build/bazel/scripts/bp2build_progress:bp2build_progress Change-Id: I9d4eaf309dbf26bbb6de18e1af0d9cdc8fe09e94
This commit is contained in:
parent
10fb90c339
commit
62efa1d650
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue