aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2021-06-04Add a soong-only mode to soong-uiAnton Hansson
2021-06-04Various cleanup in soong_ui to aid new featureAnton Hansson
2021-06-01Fix propagating EMPTY_NINJA_FILE from multiproduct_kati to minibpColin Cross
2021-05-25Add SOONG_SDK_SNAPSHOT_VERSION supportPaul Duffin
2021-04-28Clean symbols directory during installcleanColin Cross
2021-04-26Merge "Don't print RBE stats if ANDROID_QUIET_BUILD is set."Peter Collingbourne
2021-04-20Don't print RBE stats if ANDROID_QUIET_BUILD is set.Peter Collingbourne
2021-04-20Subsume INTEGRATED_BP2BUILD into other env modesChris Parsons
2021-04-15Make bp2build be more correct.Lukacs T. Berki
2021-04-15Allow running bp2build as part of a regular build.Lukacs T. Berki
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 shutdownKousik Kumar
2021-03-18Merge "Allowlist RBE_num_retries_if_mismatched variable"Kousik Kumar
2021-03-17Allowlist RBE_num_retries_if_mismatched variableKousik 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 filePaul Duffin
2021-03-04Merge "cd to / before running soong_build ."Lukács T. Berki
2021-03-03Rename vendor-ramdisk to vendor_ramdiskPetri Gynther
2021-03-03cd to / before running soong_build .Lukacs T. Berki
2021-03-03Merge changes I3e6bc9b5,If9f8fb10Colin Cross
2021-03-02Disable TestSendLog on the buildbotsColin Cross
2021-03-02Move environment staleness check to soong_ui.Lukacs T. Berki
2021-02-06Add LOCAL_LICENSE_KINDS to build/soongBob Badour
2021-01-29bp2build: fix running from clean checkout.Jingwen Chen
2021-01-26Add FAILED: prefix to RBE Fatal error messageKousik Kumar
2021-01-24Merge "Moving $OUT/vendor-ramdisk-debug.cpio.lz4 to intermediate dir"Treehugger Robot
2021-01-22Remove GKI artifacts on installcleanYo Chiang
2021-01-20Moving $OUT/vendor-ramdisk-debug.cpio.lz4 to intermediate dirBowgo 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.goPatrice 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