aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2020-12-05Merge "Remove obsolete environment variables from ninja.go allowlist."Treehugger Robot
2020-12-04Remove obsolete environment variables from ninja.go allowlist.Rupert Shuttleworth
2020-12-04Allow RBE-related environment variables to be visible during Bazel action exe...Rupert Shuttleworth
2020-12-02Add support for skipping just katiAnton Hansson
2020-12-02Merge "Minor cleanup of soong.go."Treehugger Robot
2020-12-02Merge "Minor cleanup of build.go."Treehugger Robot
2020-12-02Minor cleanup of soong.go.Rupert Shuttleworth
2020-12-02Minor cleanup of build.go.Rupert Shuttleworth
2020-11-30Merge "Add and update comments in ui/build/upload.go"Treehugger Robot
2020-11-25Merge "Minor cleanup of environment.go."Treehugger Robot
2020-11-24Minor cleanup of cleanbuild.go (and partially build.go).Rupert Shuttleworth
2020-11-24Minor cleanup of environment.go.Rupert Shuttleworth
2020-11-23Refactor 'in_make' to mean Kati is not skipped.Jingwen Chen
2020-11-22Merge "soong_ui ninja.go: comment and refactor."Treehugger Robot
2020-11-21soong_ui ninja.go: comment and refactor.Jingwen Chen
2020-11-20Merge "soong_ui path.go: improve comments."Jingwen Chen
2020-11-20Merge "soong_ui kati.go: write more comments."Jingwen Chen
2020-11-18soong_ui kati.go: write more comments.Jingwen Chen
2020-11-18soong_ui path.go: improve comments.Jingwen Chen
2020-11-18Merge "soong_ui finder.go: improve comments/documentation."Jingwen Chen
2020-11-18Merge "Integrate bazelenv.sh environment variables into soong_ui environment."Jingwen Chen
2020-11-17soong_ui finder.go: improve comments/documentation.Jingwen Chen
2020-11-17Integrate bazelenv.sh environment variables into soong_ui environment.Jingwen Chen
2020-11-17soong_ui's bazel.go: document/comment with tiny refactoring.Jingwen Chen
2020-11-16Add and update comments in ui/build/upload.goPatrice Arruda
2020-11-16Set PATH and --action_env=PATH for the Bazel build in soong_ui.Jingwen Chen
2020-11-13Remove unnecessary break and default statements in metrics.go file.Patrice Arruda
2020-11-13Add tracer to runBazel function.Patrice Arruda
2020-11-13Enable bazel metrics from ninja build.Patrice Arruda
2020-11-13Define the bazel_metrics directory in $OUT.Patrice Arruda
2020-11-13Define UseBazel in ConfigPatrice Arruda
2020-11-12Export Ninja file paths to lunch repo rule from bazel.goJingwen Chen
2020-11-10Allow extra startup and build args to be passed to Bazel.Rupert Shuttleworth
2020-11-09Add TODO bug number to stop hardcoding 'droid'Jingwen Chen
2020-11-05Merge "Collect useful resource information of each executed process in soong_...Patrice Arruda
2020-11-05Merge "After bazel execution, symlink results in out/"Christopher Parsons
2020-11-05Move hardcoded bazel flags from soong_ui to common.bazelrc.Jingwen Chen
2020-11-04After bazel execution, symlink results in out/Chris Parsons
2020-11-04Collect useful resource information of each executed process in soong_ui.Patrice Arruda
2020-11-04Add dependency on dexpreopt.config to soong_build doc generation.Jingwen Chen