Define UseBazel in Config
The UseBazel() function will be used in several places to perform different functionality such as setting up the metrics path. Bug: b/173028918 Test: m nothing Change-Id: Ie94073b8f0552ec7528e1cc2f3be74b693dc3135
This commit is contained in:
@@ -471,11 +471,9 @@ func make(ctx build.Context, config build.Config, _ []string, logsDir string) {
|
||||
ctx.Fatal("done")
|
||||
}
|
||||
|
||||
var toBuild int
|
||||
if _, ok := config.Environment().Get("USE_BAZEL"); ok {
|
||||
toBuild := build.BuildAll
|
||||
if config.UseBazel() {
|
||||
toBuild = build.BuildAllWithBazel
|
||||
} else {
|
||||
toBuild = build.BuildAll
|
||||
}
|
||||
|
||||
if config.Checkbuild() {
|
||||
|
Reference in New Issue
Block a user