Merge "implement USE_BAZEL_VERSION for m"

This commit is contained in:
Treehugger Robot
2023-06-01 22:06:17 +00:00
committed by Gerrit Code Review
4 changed files with 36 additions and 10 deletions

View File

@@ -552,6 +552,12 @@ func main() {
}
writeMetrics(configuration, ctx.EventHandler, metricsDir)
}
// Register this environment variablesas being an implicit dependencies of
// soong_build. Changes to this environment variable will result in
// retriggering soong_build.
configuration.Getenv("USE_BAZEL_VERSION")
writeUsedEnvironmentFile(configuration)
// Touch the output file so that it's the newest file created by soong_build.