• Adam Barth's avatar
    Don't collect usage data during Fuchsia build (#12780) · 21145144
    Adam Barth authored
    Previously, the usage analytics would generate a write to the user's
    HOME directory during the Fuchsia build. We're tightening down the
    environment in which we run the Fuchsia build, and these writes are now
    more obvious.
    
    This patch removes the usage analytics during the Fuchsia build,
    avoiding the write to the user's HOME directory.
    21145144
fuchsia_builder.dart 5.09 KB