summaryrefslogtreecommitdiff
path: root/sh/sh_binary.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-12-18 22:32:59 +0000
committer Yu Liu <yudiliu@google.com> 2024-12-18 22:32:59 +0000
commitdf6187791317457f20b2507c38bac18d2d241168 (patch)
treef2b41a014f263ab7ad77490aca56db67d3c0539b /sh/sh_binary.go
parentffe8632a5f58f39296f8c6c904880ba7fff6228e (diff)
Remove source_file_provider.go after it's last usage was removed.
Bug: 377723687 Test: Unit tests and compare the ninja and mk files generated. Change-Id: Iff10448dc4dda49e1f02258a4c113db75778a95d
Diffstat (limited to 'sh/sh_binary.go')
-rw-r--r--sh/sh_binary.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/sh/sh_binary.go b/sh/sh_binary.go
index 7f5a4261f..60c53177d 100644
--- a/sh/sh_binary.go
+++ b/sh/sh_binary.go
@@ -314,8 +314,6 @@ func (s *ShBinary) generateAndroidBuildActions(ctx android.ModuleContext) {
s.properties.SubName = s.GetSubname(ctx)
- android.SetProvider(ctx, blueprint.SrcsFileProviderKey, blueprint.SrcsFileProviderData{SrcPaths: []string{s.sourceFilePath.String()}})
-
ctx.SetOutputFiles(android.Paths{s.outputFilePath}, "")
}