Merge "update docs for genrule tool_files prop" into main am: ca629db717
am: c79689b8d9
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2708614 Change-Id: Ia9b5b5c0e5400fdb56895ad8637fae5217173bbc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user