mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 15:21:04 +08:00

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