Skip to content

Commit 1e48bca

Browse files
author
Mattijs Korpershoek
committed
feat(android): ota: Remove apex_manifest_pb2 from update_engine
In Android 15, apex_manifest_pb2 no longer exists. It's not needed to sucessfully generate an update configuration. Drop it from the docs. Reported-by: Maxime Fournier <[email protected]> Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 5cc8b36 commit 1e48bca

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

source/devices/AM62PX/android/Application_Notes_OTA.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ OTA via Update Engine
6464
.. code-block:: console
6565
6666
$ cd $ANDROID_BUILD_TOP
67-
$ apex_manifest_pb2_path=$(find out -name 'apex_manifest_pb2.py' -print -quit)
68-
$ PYTHONPATH=$ANDROID_BUILD_TOP/$(dirname ${apex_manifest_pb2_path}):$PYTHONPATH
6967
$ PYTHONPATH=$ANDROID_BUILD_TOP/build/make/tools/releasetools:$PYTHONPATH
7068
$ PYTHONPATH=$ANDROID_BUILD_TOP/system/apex/apexer/:$PYTHONPATH
7169
$ export PYTHONPATH

source/devices/AM62X/android/Application_Notes_OTA.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ OTA via Update Engine
6464
.. code-block:: console
6565
6666
$ cd $ANDROID_BUILD_TOP
67-
$ apex_manifest_pb2_path=$(find out -name 'apex_manifest_pb2.py' -print -quit)
68-
$ PYTHONPATH=$ANDROID_BUILD_TOP/$(dirname ${apex_manifest_pb2_path}):$PYTHONPATH
6967
$ PYTHONPATH=$ANDROID_BUILD_TOP/build/make/tools/releasetools:$PYTHONPATH
7068
$ PYTHONPATH=$ANDROID_BUILD_TOP/system/apex/apexer/:$PYTHONPATH
7169
$ export PYTHONPATH

0 commit comments

Comments
 (0)