diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-05-09 23:08:55 +0000 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2017-05-09 23:09:17 +0000 |
commit | 014de6a033807c19f9f43d22456ae416b639cc9a (patch) | |
tree | 2f40243e19540bf09e54cecb1c7301514ceb4b61 /genrule | |
parent | 329a42cec6b151f039644911ece82e93497bb71a (diff) | |
download | build_soong-014de6a033807c19f9f43d22456ae416b639cc9a.tar.gz build_soong-014de6a033807c19f9f43d22456ae416b639cc9a.tar.bz2 build_soong-014de6a033807c19f9f43d22456ae416b639cc9a.zip |
Fix genrule documentation
Change-Id: Ieffb2bd7d739527db129ff300d8aec70d82c278a
Diffstat (limited to 'genrule')
-rw-r--r-- | genrule/genrule.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genrule/genrule.go b/genrule/genrule.go index cb741b30..68077616 100644 --- a/genrule/genrule.go +++ b/genrule/genrule.go @@ -47,7 +47,7 @@ type generatorProperties struct { // $(location <label>): the path to the tool or tool_file with name <label> // $(in): one or more input files // $(out): a single output file - // $(deps): a file to which dependencies will be written, if the depfile property is set to true + // $(depfile): a file to which dependencies will be written, if the depfile property is set to true // $(genDir): the sandbox directory for this tool; contains $(out) // $$: a literal $ // |