Open
Description
The target GenerateUnoSplashAndroid
doesn't specify inputs and outputs, and it writes files to disk but doesn't do <FileWrites Include="..." />
. This looks like a problem as clean may not delete such files, and also the target will be run on every build even if no changes are done. This will then cause other targets to also be run because new files are written, which may cascade to even run R8 and Csc unnecessarily which are expensive tasks to run on every build.