Merge "Temporarily disable python precompilation for py3.11" into main am: c36312a64d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2722593 Change-Id: I8223e261e5ad8ac9727ad8a7fd0a2f01da1ae8be Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -454,7 +454,8 @@ func (p *PythonLibraryModule) GenerateAndroidBuildActions(ctx android.ModuleCont
|
|||||||
|
|
||||||
// generate the zipfile of all source and data files
|
// generate the zipfile of all source and data files
|
||||||
p.srcsZip = p.createSrcsZip(ctx, pkgPath)
|
p.srcsZip = p.createSrcsZip(ctx, pkgPath)
|
||||||
p.precompiledSrcsZip = p.precompileSrcs(ctx)
|
// TODO(b/278602456): precompilation temporarily disabled for python3.11 upgrade
|
||||||
|
p.precompiledSrcsZip = p.srcsZip //p.precompileSrcs(ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
func isValidPythonPath(path string) error {
|
func isValidPythonPath(path string) error {
|
||||||
|
Reference in New Issue
Block a user