diff options
Diffstat (limited to 'android/makefile_goal.go')
-rw-r--r-- | android/makefile_goal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/makefile_goal.go b/android/makefile_goal.go index b5d9d691e..07354a648 100644 --- a/android/makefile_goal.go +++ b/android/makefile_goal.go @@ -80,7 +80,7 @@ func (p *makefileGoal) AndroidMkEntries() []AndroidMkEntries { Class: "ETC", OutputFile: OptionalPathForPath(p.outputFilePath), ExtraFooters: []AndroidMkExtraFootersFunc{ - func(w io.Writer, name, prefix, moduleDir string, entries *AndroidMkEntries) { + func(w io.Writer, name, prefix, moduleDir string) { // Can't use Cp because inputPath() is not a valid Path. fmt.Fprintf(w, "$(eval $(call copy-one-file,%s,%s))\n", proptools.String(p.inputPath()), p.outputFilePath) }, |