05ab2d0731
Bazel is executed several times during the execution of soong_build. For each bazel execution, generate a profile and save under the BAZEL_METRICS_DIR which is defined in soong_ui. Bug: b/174479924 Test: * USE_BAZEL_ANALYSIS=1 USE_BAZEL=1 m nothing and checked if the cquery and graph build bazel profiles were generated. * Verified that the generated bazel profiles were uploaded to the local dev metrics pipeline. Change-Id: I3d20204484dc6c5a1525a5d3eec1d62cfb33535b
11 lines
201 B
Text
11 lines
201 B
Text
bootstrap_go_package {
|
|
name: "soong-bazel",
|
|
pkgPath: "android/soong/bazel",
|
|
srcs: [
|
|
"constants.go",
|
|
"properties.go",
|
|
],
|
|
pluginFor: [
|
|
"soong_build",
|
|
],
|
|
}
|