Skip to content

Commit 1923373

Browse files
FournierMxMattijs Korpershoek
authored andcommitted
feat(android): ota: Add python dependency for update-engine
Add step to install the google module required to run the "gen_update_config.py" command. Signed-off-by: Maxime Fournier <[email protected]> [mkorpershoek: reworded msg a bit] Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent e07f5b4 commit 1923373

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/android/Foundational_Components_OTA.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ OTA via ``adb sideload``
5858
OTA via Update Engine
5959
*********************
6060

61+
#. Install the python dependency for the google module
62+
63+
.. code-block:: console
64+
65+
$ pip install --user google-api-python-client
66+
6167
#. Build the OTA package
6268

6369
.. code-block:: console

0 commit comments

Comments
 (0)