commit | 29e3bbe8b807fae3a40dbaf2bb3691e94707ac31 | [log] [tgz] |
---|---|---|
author | Alex Humesky <ahumesky@google.com> | Fri Nov 20 21:30:13 2020 -0500 |
committer | Alex Humesky <ahumesky@google.com> | Mon Nov 30 12:30:20 2020 -0500 |
tree | 3c9b4e12d83daba53f00dd236933896682bd0a6b | |
parent | fdea25781f72a2f15fdad0bacc633a6c8f255fec [diff] [blame] |
Update comments in genrule.go. Test: Noop Change-Id: Ib341899ea0f04e059d5471ee6e5bff8ebba82583
diff --git a/android/paths.go b/android/paths.go index a62c9e3..b7117a3 100644 --- a/android/paths.go +++ b/android/paths.go
@@ -665,7 +665,7 @@ return Paths(ret) } -// WritablePaths is a slice of WritablePaths, used for multiple outputs. +// WritablePaths is a slice of WritablePath, used for multiple outputs. type WritablePaths []WritablePath // Strings returns the string forms of the writable paths.