Merge "Revert "Temporarily disable python precompilation for py3.11"" into main am: 1e218403e0
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2726933 Change-Id: I998ae22b7d9cc5fdc44a228fef66aa246341f132 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -462,8 +462,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/278602456): precompilation temporarily disabled for python3.11 upgrade
|
||||
p.precompiledSrcsZip = p.srcsZip //p.precompileSrcs(ctx)
|
||||
p.precompiledSrcsZip = p.precompileSrcs(ctx)
|
||||
}
|
||||
|
||||
func isValidPythonPath(path string) error {
|
||||
|
Reference in New Issue
Block a user