Merge "Fix dependencies through symlinks"

am: d66b2fd3cf

Change-Id: If67c87530e33ce6a939bf7280d0957c4be5d6595
This commit is contained in:
Dan Willemsen
2020-01-16 16:01:11 -08:00
committed by android-build-merger

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,