diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/sh_binary.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/sh_binary.go b/sh/sh_binary.go index 320e97f19..7f5a4261f 100644 --- a/sh/sh_binary.go +++ b/sh/sh_binary.go @@ -204,7 +204,7 @@ func (s *ShBinary) HostToolPath() android.OptionalPath { func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) { } -func (s *ShBinary) OutputFile() android.OutputPath { +func (s *ShBinary) OutputFile() android.Path { return s.outputFilePath } |