commit | d66b2fd3cfa0505da2016f59f752e53d573ed7e6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 16 23:21:25 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 16 23:21:25 2020 +0000 |
tree | eee9d340b52b1d7b7fab648764c66b7f11efc7f1 | |
parent | 27a5c64200fe9016ed1699b292190eb35d81e660 [diff] | |
parent | 40efa1cd31a66d4e763155579c01e57ab9f96f11 [diff] |
Merge "Fix dependencies through symlinks"
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,