commit | 7692bf24683fff9a62e898cd136607018800dae3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 25 23:57:46 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 25 23:57:46 2018 +0000 |
tree | 4bae3c7c497022efd247e010a92495d30a050630 | |
parent | e67a74b088e54582ddae83552176ea0e9d0cb8ab [diff] | |
parent | 3f4d116496ac1dd6a844f8706fb547126f8211ef [diff] |
Merge "Update soong for ShouldFollowSymlinks argument to pathtools.Glob"
diff --git a/android/paths.go b/android/paths.go index 91abeba..daaf857 100644 --- a/android/paths.go +++ b/android/paths.go
@@ -554,7 +554,7 @@ var deps []string // We cannot add build statements in this context, so we fall back to // AddNinjaFileDeps - files, deps, err = pathtools.Glob(path.String(), nil) + files, deps, err = pathtools.Glob(path.String(), nil, pathtools.FollowSymlinks) ctx.AddNinjaFileDeps(deps...) }