summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-12-18 15:51:55 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-18 15:51:55 -0800
commit6675675a67dcd590c95f69427f93fb959a35426d (patch)
tree0b51caa394b6c9f127a2d677d68b05feae0944d1 /python/python.go
parent012e9121ab2d3c12d9309dbf568950016759ca24 (diff)
parentdf6187791317457f20b2507c38bac18d2d241168 (diff)
Merge "Remove source_file_provider.go after it's last usage was removed." into main
Diffstat (limited to 'python/python.go')
-rw-r--r--python/python.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/python.go b/python/python.go
index d3e5743b5..be9411bbf 100644
--- a/python/python.go
+++ b/python/python.go
@@ -447,7 +447,6 @@ func (p *PythonLibraryModule) AddDepsOnPythonLauncherAndStdlib(ctx android.Botto
// GenerateAndroidBuildActions performs build actions common to all Python modules
func (p *PythonLibraryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
expandedSrcs := android.PathsForModuleSrcExcludes(ctx, p.properties.Srcs, p.properties.Exclude_srcs)
- android.SetProvider(ctx, blueprint.SrcsFileProviderKey, blueprint.SrcsFileProviderData{SrcPaths: expandedSrcs.Strings()})
// Keep before any early returns.
android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
TestOnly: Bool(p.sourceProperties.Test_only),