mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
2e37d2c253
When installing a plugin with custom library using the --link option the whole directory is symlinked and temporary files leak into the original plugin directory on build. This leads to broken builds if the same plugin is linked in 2 projects targeting different Cordova versions. This closes #326