summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-14 17:12:58 -0700
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-14 17:12:58 -0700
commit4e4d43ec7939d8eb88e0f4c983ea6de5c0b45146 (patch)
treedcf40048580db555f2a3653b1e16ce80bab57198 /python/python.go
parent364ae51793c626498093a4c9544072927069ca04 (diff)
parent39aa45d41b0147f75346de4b1f2e968d9adb22d2 (diff)
Merge "Apply gofmt to build/soong/python" into main am: 7cb7544059 am: 39aa45d41b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3545460 Change-Id: Ie5662096bf3f6451efec5bb3897b59d6f1fc1543 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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