summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2025-03-10 12:51:11 -0700
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-10 12:51:11 -0700
commitd0959d00141c4508bea8c6186a1388961ced7cf7 (patch)
treed6729371804cf03c992d12c54e213018fc432290 /python/python.go
parent257621ed5988dc4bd911bbd7c4f95bf0e170e74c (diff)
parentf7aff144b2e7deda4e805e2c13e28c66a42d07d1 (diff)
Merge "Revert "Temporarily disable python precompilation for py3.13"" into main am: f7aff144b2
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3490030 Change-Id: I4e16fb273d64c3b42084d4a9fa6e4ba5640b06dd 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 f8f41658f..10c11ada0 100644
--- a/python/python.go
+++ b/python/python.go
@@ -400,8 +400,7 @@ func (p *PythonLibraryModule) GenerateAndroidBuildActions(ctx android.ModuleCont
// generate the zipfile of all source and data files
p.srcsZip = p.createSrcsZip(ctx, pkgPath)
- // TODO(b/388344853): precompilation temporarily disabled for python3.13 upgrade
- p.precompiledSrcsZip = p.srcsZip //p.precompileSrcs(ctx)
+ p.precompiledSrcsZip = p.precompileSrcs(ctx)
android.SetProvider(ctx, PythonLibraryInfoProvider, PythonLibraryInfo{
SrcsPathMappings: p.getSrcsPathMappings(),