summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-15 14:01:24 -0700
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-15 14:01:24 -0700
commitdc320bd27bd8ce9770417b3129e8b5a678302486 (patch)
treed7dc8d3e765db83cafa33d725c8c8b3af2f35cb0 /python/python.go
parent3c77f8b28da07ff0e35a64167ffa3713b31b3e08 (diff)
parentaf77fd1025a62585b4689cd2062f18a1f3984ff4 (diff)
Snap for 13221802 from af77fd1025a62585b4689cd2062f18a1f3984ff4 to 25Q2-release
Change-Id: I67d740eb6e355c0a913cc97fec739226f025c17a
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