Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] <AcceptAndroidSdkLicense/> should not always run (#2327)
On my machine, `<AcceptAndroidSdkLicense/>` is taking about ~1.5 sec and runs even in a build with no changes. We can run it as part of the `_UnzipFiles` target, removing the `_AcceptAndroidSdkLicenses` target completely. We only need to re-accept the licenses after new zip files are extracted. This should save us about 1.5 seconds on any incremental build of Xamarin.Android itself.
- Loading branch information