Merge "Fix dependencies through symlinks" am: d66b2fd3cf am: eb5078f0a6

Change-Id: I292c31cc9409f4ae765fd74cb81b796a9091e871
This commit is contained in:
Automerger Merge Worker
2020-01-17 00:10:48 +00:00

View File

@@ -1746,7 +1746,7 @@ func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, src
Rule: Symlink,
Description: "install symlink " + fullInstallPath.Base(),
Output: fullInstallPath,
OrderOnly: Paths{srcPath},
Input: srcPath,
Default: !m.Config().EmbeddedInMake(),
Args: map[string]string{
"fromPath": relPath,