summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-03-14 21:52:09 +0000
committer Spandan Das <spandandas@google.com> 2025-03-14 21:53:14 +0000
commit8ed0776d2a0094895de7df13030979e573f0016b (patch)
tree7cc34aaa86e34804fea27b40fe2bf601658146f3 /python/python.go
parent5fe9b839b0b67218bcdfdbeec06b6813f040939e (diff)
Apply gofmt to build/soong/python
Test: go build ./python Change-Id: I1a25ff919071797eedb95b4abcca4d7c09faab97
Diffstat (limited to 'python/python.go')
-rw-r--r--python/python.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python.go b/python/python.go
index e2786b8d6..de21e39bd 100644
--- a/python/python.go
+++ b/python/python.go
@@ -768,7 +768,7 @@ func (p *PythonLibraryModule) zipSharedLibs(ctx android.ModuleContext, bundleSha
Rule: zip,
Description: "bundle shared libraries for python binary",
Output: srcsZip,
- Implicits: paths,
+ Implicits: paths,
Args: map[string]string{
"args": strings.Join(parArgs, " "),
},
@@ -776,7 +776,6 @@ func (p *PythonLibraryModule) zipSharedLibs(ctx android.ModuleContext, bundleSha
return srcsZip
}
-
// chckForDuplicateOutputPath checks whether outputPath has already been included in map m, which
// would result in two files being placed in the same location.
// If there is a duplicate path, an error is thrown and true is returned