| common --lockfile_mode=off |
| test --test_output=all |
| build --config=android_worker |
| |
| # Worker configuration |
| build:android_worker \ |
| --worker_max_instances=auto \ |
| --worker_multiplex \ |
| --worker_max_multiplex_instances=auto \ |
| --persistent_multiplex_android_tools \ |
| --persistent_android_dex_desugar \ |
| --persistent_multiplex_android_dex_desugar \ |
| --persistent_android_resource_processor \ |
| --internal_persistent_busybox_tools \ |
| --experimental_persistent_aar_extractor \ |
| --remote_default_exec_properties=preserve-workspace=true \ |
| --strategy=Desugar=remote,worker \ |
| --strategy=Javac=remote,worker \ |
| --strategy=JavaIjar=remote,local \ |
| --strategy=JavaDeployJar=remote,local \ |
| --strategy=JavaSourceJar=remote,local \ |
| --strategy=Turbine=remote,local \ |
| --strategy=PackageAndroidResources=local |