diff options
author | 2020-03-10 14:04:30 -0700 | |
---|---|---|
committer | 2020-03-10 16:19:22 -0700 | |
commit | 7d401482f39fe61ec75460c2c2079df568c6b04c (patch) | |
tree | 6d807f5521ffef23fb2274365dc2a490a07a56bd /sdk/cc_sdk_test.go | |
parent | 865171ed402856a25345bcd23b376a27f160c340 (diff) |
Define a proto file that generates the current build completion status.
Soong UI will generate a new proto file in the out directory for
other systems to read the build completion status during a course
of a build. The proto file contains build action counters where
total_actions: represents the total build actions of a build (will
increase and may decrease during a course of the build)
finished_actions: represents the number of executed build actions.
finished_actions never decreases and finished_actions <= total_actions.
current_actions: represents the number of build actions being executed
and current_actions + finished_actions <= total_actions.
Bug: 150401146
Test: executed regen.sh script.
Change-Id: I04f4c07855723d0684b141d88cb3529ab5d9fccd
Diffstat (limited to 'sdk/cc_sdk_test.go')
0 files changed, 0 insertions, 0 deletions