summaryrefslogtreecommitdiff
path: root/android/notices.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/notices.go')
-rw-r--r--android/notices.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/notices.go b/android/notices.go
index 7b61d65ba..bf273b544 100644
--- a/android/notices.go
+++ b/android/notices.go
@@ -60,7 +60,7 @@ func MergeNotices(ctx ModuleContext, mergedNotice WritablePath, noticePaths []Pa
})
}
-func BuildNoticeOutput(ctx ModuleContext, installPath OutputPath, installFilename string,
+func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string,
noticePaths []Path) NoticeOutputs {
// Merge all NOTICE files into one.
// TODO(jungjw): We should just produce a well-formatted NOTICE.html file in a single pass.