summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2025-02-11 13:11:23 -0500
committer Dan Willemsen <dwillemsen@google.com> 2025-02-24 21:54:27 -0500
commit7b90bcda0c97ae049b6678e0fa7173e1a46fec7f (patch)
treefb982d9afabdc259b6e861c14ec19072c2bb6c05 /python
parent465415a9397ddcd2842ed14711234197bb1cd2a9 (diff)
Revert "Temporarily disable python precompilation for py3.13"
This reverts commit 7ca4d103891b6a508266d8b37def22de535a1811. prebuilts/build-tools has been updated to 3.13. Bug: 388344853 Test: treehugger Change-Id: Ifb3bc461aa77f693a57782284da1784ad651a6ad
Diffstat (limited to 'python')
-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(),