Update to include python2 warning to the README.md
See #99 for discussion surrounding python2 warning to help developers navigate this particular change in infrastructure.
This commit is contained in:
parent
c0b7c7ed75
commit
f78f323164
1 changed files with 9 additions and 0 deletions
|
@ -56,6 +56,15 @@ Then to sync up:
|
||||||
|
|
||||||
repo sync
|
repo sync
|
||||||
|
|
||||||
|
## Python Requirement Note ##
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Before building, make sure you have your system's python implementation set to python2.
|
||||||
|
This project was created before python2 was deprecated and will not build with python3.
|
||||||
|
|
||||||
|
## Build ##
|
||||||
|
-----
|
||||||
|
|
||||||
Then to build for a device with recovery partition:
|
Then to build for a device with recovery partition:
|
||||||
|
|
||||||
cd <source-dir>; export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch omni_<device>-eng; mka recoveryimage
|
cd <source-dir>; export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch omni_<device>-eng; mka recoveryimage
|
||||||
|
|
Loading…
Reference in a new issue