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 building with workers. When `--persistent_android_resource_processor` is used alongside databinding, `ResourceCompiler` reads `databinding-processed-resources` folder during resource merging and that folder can contain `*.params` file used for the `PROCESS_DATABINDING` action. 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 remote execution. Fixes #13649 Closes #14198. PiperOrigin-RevId: 434883392
- Loading branch information