Merge "Fix genrule documentation"

am: c7fd1aa491

Change-Id: Iaca5fa149d2e10ffe2f2a362338850479730f215
This commit is contained in:
Dan Willemsen
2017-05-10 05:08:56 +00:00
committed by android-build-merger

View File

@@ -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 $
//