Skip to content

Commit 3ef9b87

Browse files
author
Mattijs Korpershoek
committed
feat(android): ota: Remove gen_update_config.py patch from docs
This has been merged into Android 15, so no longer to manually apply this patch. Remove the step from the documentation. Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 2d53c9f commit 3ef9b87

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

source/devices/AM62PX/android/Application_Notes_OTA.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,6 @@ OTA via Update Engine
7070
$ PYTHONPATH=$ANDROID_BUILD_TOP/system/apex/apexer/:$PYTHONPATH
7171
$ export PYTHONPATH
7272
73-
#. Patch the :file:`gen_update_config.py` script to be compatible with Android 15.
74-
In :file:`bootable/recovery`, apply the following change:
75-
76-
https://android-review.googlesource.com/c/platform/bootable/recovery/+/2837717
77-
78-
This can be done with:
79-
80-
.. code-block:: console
81-
82-
$ cd $ANDROID_BUILD_TOP/bootable/recovery
83-
$ git fetch https://android.googlesource.com/platform/bootable/recovery refs/changes/17/2837717/1
84-
$ git cherry-pick FETCH_HEAD
85-
8673
#. Update the ota config file. Feel free to change ``$DIST_DIR`` to match your developer environment.
8774

8875
.. code-block:: console

source/devices/AM62X/android/Application_Notes_OTA.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,6 @@ OTA via Update Engine
7070
$ PYTHONPATH=$ANDROID_BUILD_TOP/system/apex/apexer/:$PYTHONPATH
7171
$ export PYTHONPATH
7272
73-
#. Patch the :file:`gen_update_config.py` script to be compatible with Android 15.
74-
In :file:`bootable/recovery`, apply the following change:
75-
76-
https://android-review.googlesource.com/c/platform/bootable/recovery/+/2837717
77-
78-
This can be done with:
79-
80-
.. code-block:: console
81-
82-
$ cd $ANDROID_BUILD_TOP/bootable/recovery
83-
$ git fetch https://android.googlesource.com/platform/bootable/recovery refs/changes/17/2837717/1
84-
$ git cherry-pick FETCH_HEAD
85-
8673
#. Update the ota config file. Feel free to change ``$DIST_DIR`` to match your developer environment.
8774

8875
.. code-block:: console

0 commit comments

Comments
 (0)