bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Deduplicate android asset dirs

Open kitterion opened this issue 2 years ago • 0 comments

This caused a crash in ResourceProcessorBusyBox due to running into an OS limit of Argument list too long. There is also a report in #13295 that this patch can significantly improve resource processing time.

Fixes https://github.com/bazelbuild/bazel/issues/13295

kitterion avatar Dec 13 '22 17:12 kitterion