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:
Ayush Budhwani 2023-06-28 14:59:08 +00:00
parent 10fb90c339
commit 62efa1d650

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.