commit | eb5078f0a69f693351bd4332fa271a7dfba50591 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jan 16 16:01:11 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 16 16:01:11 2020 -0800 |
tree | eee9d340b52b1d7b7fab648764c66b7f11efc7f1 | |
parent | 062354f8f5a828afb261c5938da166b1f1fd269f [diff] | |
parent | d66b2fd3cfa0505da2016f59f752e53d573ed7e6 [diff] |
Merge "Fix dependencies through symlinks" am: d66b2fd3cf Change-Id: If67c87530e33ce6a939bf7280d0957c4be5d6595
diff --git a/android/module.go b/android/module.go index 67d1f12..05115d6 100644 --- a/android/module.go +++ b/android/module.go
@@ -1746,7 +1746,7 @@ Rule: Symlink, Description: "install symlink " + fullInstallPath.Base(), Output: fullInstallPath, - OrderOnly: Paths{srcPath}, + Input: srcPath, Default: !m.Config().EmbeddedInMake(), Args: map[string]string{ "fromPath": relPath,