Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent temporary intermediate files from being picked up by Android …
…ResourceCompiler when running with workers. When `--persistent_android_resource_processor` is used alongside databinding, ResourceCompiler reads `databinding-processed-resources` during resource merging and that folder can contain ``*.params` file for each processed layout resource. This causes resource compiler's file name validation to fail. This CL simply ignores staging the intermediate files for resource compilation. Additionally this CL also excludes *.tmp files which were observed when using dynamic execution. Fixes bazelbuild#13649
- Loading branch information