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

Commit a21de0bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update Python 3 migration note in Changes.md" into main

parents 23b24dad afdc73cd
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -40,14 +40,8 @@ within a product configuration .mk file, board config .mk file, or buildspec.mk.

## Python 2 to 3 migration

The path set when running builds now makes the `python` executable point to python 3,
whereas on previous versions it pointed to python 2. If you still have python 2 scripts,
you can change the shebang line to use `python2` explicitly. This only applies for
scripts run directly from makefiles, or from soong genrules.

In addition, `python_*` soong modules no longer allow python 2.

Python 2 is slated for complete removal in V.
Python 2 has been completely removed from the build. Please migrate any remaining usages to
Python 3, and remove any version-specific properties from bp files.

## Stop referencing sysprop_library directly from cc modules