Merge "update docs for genrule tool_files prop" into main
This commit is contained in:
commit
ca629db717
1 changed files with 1 additions and 2 deletions
|
@ -140,7 +140,7 @@ type generatorProperties struct {
|
|||
// prebuilts or scripts that do not need a module to build them.
|
||||
Tools []string
|
||||
|
||||
// Local file that is used as the tool
|
||||
// Local files that are used by the tool
|
||||
Tool_files []string `android:"path"`
|
||||
|
||||
// List of directories to export generated headers from
|
||||
|
@ -403,7 +403,6 @@ func (g *Module) generateCommonBuildActions(ctx android.ModuleContext) {
|
|||
}
|
||||
|
||||
addLabelsForInputs := func(propName string, include, exclude []string) android.Paths {
|
||||
|
||||
includeDirInPaths := ctx.DeviceConfig().BuildBrokenInputDir(g.Name())
|
||||
var srcFiles android.Paths
|
||||
for _, in := range include {
|
||||
|
|
Loading…
Reference in a new issue