summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2021-04-12Remove the dependency on a number of env vars. Lukacs T. Berki
2021-04-02Allow Bazel actions to see the SHELL variable. Rupert Shuttleworth
2021-03-21Print the output from RBE bootstrap shutdown Kousik Kumar
2021-03-18Merge "Allowlist RBE_num_retries_if_mismatched variable" Kousik Kumar
2021-03-17Allowlist RBE_num_retries_if_mismatched variable Kousik Kumar
2021-03-17Compile soong_build for debugging if needed. Lukacs T. Berki
2021-03-17Remove GeneratingPrimaryBuilder(). Lukacs T. Berki
2021-03-17Embed minibp into soong_ui. Lukacs T. Berki
2021-03-11Hard-wire the path to xcrun as /usr/bin/xcrun. Lukacs T. Berki
2021-03-11Merge "Fix the environment of soong_build:" Lukács T. Berki
2021-03-10Merge "Revert "Skip old file cleanup for non-full builds."" Colin Cross
2021-03-10Fix the environment of soong_build: Lukacs T. Berki
2021-03-10Make $PATH available when building soong_build. Lukacs T. Berki
2021-03-09Revert "Skip old file cleanup for non-full builds." Colin Cross
2021-03-09Run Ninja in a clean environment. Lukacs T. Berki
2021-03-08Make it possible to debug soong_ui. Lukacs T. Berki
2021-03-05Do not ignore error when writing environment file Paul Duffin
2021-03-04Merge "cd to / before running soong_build ." Lukács T. Berki
2021-03-03Rename vendor-ramdisk to vendor_ramdisk Petri Gynther
2021-03-03cd to / before running soong_build . Lukacs T. Berki
2021-03-03Merge changes I3e6bc9b5,If9f8fb10 Colin Cross
2021-03-02Disable TestSendLog on the buildbots Colin Cross
2021-03-02Move environment staleness check to soong_ui. Lukacs T. Berki
2021-02-06Add LOCAL_LICENSE_KINDS to build/soong Bob Badour
2021-01-29bp2build: fix running from clean checkout. Jingwen Chen
2021-01-26Add FAILED: prefix to RBE Fatal error message Kousik Kumar
2021-01-24Merge "Moving $OUT/vendor-ramdisk-debug.cpio.lz4 to intermediate dir" Treehugger Robot
2021-01-22Remove GKI artifacts on installclean Yo Chiang
2021-01-20Moving $OUT/vendor-ramdisk-debug.cpio.lz4 to intermediate dir Bowgo Tsai
2021-01-05Skip old file cleanup for non-full builds. Jaewoong Jung
2020-12-22Remove unnecessary snake case variables. Jaewoong Jung
2020-12-18Merge "Read the proc status file when PID is given for metrics purpose." Patrice Arruda
2020-12-17Read the proc status file when PID is given for metrics purpose. Patrice Arruda
2020-12-15Add and update comments in ui/metrics/metrics.go. Patrice Arruda
2020-12-15Remove soong_metrics_proto from the import of the protobuf file. Patrice Arruda
2020-12-15Add setup_tools performance metrics to Soong protobuf file. Patrice Arruda
2020-12-15Merge "Add and update comments in ui/metrics/event.go" Treehugger Robot
2020-12-15Add and update comments in ui/metrics/event.go Patrice Arruda
2020-12-14Enable bazel profiling in soong_build. Patrice Arruda
2020-12-11Merge "Allow Bazel to write to an external DIST_DIR (outside of OUT_DIR)." Treehugger Robot
2020-12-11Allow Bazel to write to an external DIST_DIR (outside of OUT_DIR). Rupert Shuttleworth
2020-12-10Allow uploading a directory of metrics files. Patrice Arruda
2020-12-09Merge "Provide an interface for shared paths between Soong and Soong UI." Treehugger Robot
2020-12-08Add dependency checker special case for out/build_date.txt. Rupert Shuttleworth
2020-12-08Provide an interface for shared paths between Soong and Soong UI. Patrice Arruda
2020-12-08Print both the implicit and explicit environment variables when running Bazel. Rupert Shuttleworth
2020-12-07Only print the Bazel command line once. Rupert Shuttleworth
2020-12-07Use lstat instead of stat to avoid permissions issues when creating symlinks. Rupert Shuttleworth
2020-12-07Merge "Print the full Bazel command line (including env) for debugging purpos... Treehugger Robot
2020-12-07Print the full Bazel command line (including env) for debugging purposes. Rupert Shuttleworth