Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable persistent workers for Desugar by default for Bazel
Default Desugar to use persistent workers as a sane default. Measured to reduce local build times by up to 20%. RELNOTES: Android desugaring actions now use persistent workers by default. This has been measured to provide up to 20% reduction in build times. To disable it, use the `--strategy=Desugar=sandboxed` flag. See #8342 and #8427 for more details on local build speed optimization for Android apps. Closes #8448. PiperOrigin-RevId: 250531699
- Loading branch information