Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e218403 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Revert "Temporarily disable python precompilation for py3.11"" into main

parents c09e38de fe2dafc3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {