summaryrefslogtreecommitdiff
path: root/shared/env.go
AgeCommit message (Collapse)Author
2023-06-06Add re_analysis environment varibles fields to soong_metrics Jason Wu
Test: Tested by following steps 1.m nothing: field is empty 2.USE_RBE=false m nothing: field log cc_wrapper and rbe_wrapper 3.USE_RBE=false m nothing: field is empty Bug: 281922291 Change-Id: I1bbb324752b9a2dea1ff2c9df5817559d4cec3a6
2022-08-17Reformat build/soong for go 1.19 Colin Cross
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
2021-03-03cd to / before running soong_build . Lukacs T. Berki
This lets one avoid any decisions as to when to chdir there during its execution and leads to better sandboxing because the pwd doesn't leak to init() functions anymore. Test: Manual. Change-Id: I1560da8ed3a621249426f9e8908aa890c21e13ba
2021-03-02Move environment staleness check to soong_ui. Lukacs T. Berki
Also delete the now-unnecessary soong_env binary. Test: Manually. Also checked what happens when a used environment variable changes. Change-Id: Ib393e7f444e94819198c6cce4bcd8719d9fd9441