Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 641d98af authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove stale doc comment" am: ba2268fd

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1353443

Change-Id: I33e943e601d3f06961d66a530d08e9c702a32830
parents fa9d1304 ba2268fd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ type hostToolDependencyTag struct {

type generatorProperties struct {
	// The command to run on one or more input files. Cmd supports substitution of a few variables
	// (the actual substitution is implemented in GenerateAndroidBuildActions below)
	//
	// Available variables for substitution:
	//
@@ -94,9 +93,6 @@ type generatorProperties struct {
	//  $(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 $
	//
	// All files used must be declared as inputs (to ensure proper up-to-date checks).
	// Use "$(in)" directly in Cmd to ensure that all inputs used are declared.
	Cmd *string

	// Enable reading a file containing dependencies in gcc format after the command completes