Skip to content

Commit 19cb658

Browse files
committed
feat(android): AM62X/AM62PX: add ap4a release to lunch targets
With the new release version of Android 15 (r11), the release version is now 4. Signed-off-by: Maxime Fournier <mfournier@baylibre.com>
1 parent 564cf76 commit 19cb658

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

source/android/Overview_Building_the_SDK.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,26 @@ Where ``<BUILD_TARGET>`` is listed in the table below :
7777
============================= ============================
7878
Android Build type Build target
7979
============================= ============================
80-
AM62X-SK Tablet userdebug ``am62x-ap3a-userdebug``
81-
AM62X-SK Tablet user ``am62x-ap3a-user``
82-
AM62X-SK Car userdebug ``am62x_car-ap3a-userdebug``
83-
AM62X-SK Car user ``am62x_car-ap3a-user``
80+
AM62X-SK Tablet userdebug ``am62x-ap4a-userdebug``
81+
AM62X-SK Tablet user ``am62x-ap4a-user``
82+
AM62X-SK Car userdebug ``am62x_car-ap4a-userdebug``
83+
AM62X-SK Car user ``am62x_car-ap4a-user``
8484
============================= ============================
8585

86-
The recommended ``<BUILD_TARGET>`` to use is ``am62x-ap3a-userdebug``.
86+
The recommended ``<BUILD_TARGET>`` to use is ``am62x-ap4a-userdebug``.
8787

8888
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
8989

9090
============================= ============================
9191
Android Build type Build target
9292
============================= ============================
93-
AM62PX-SK Tablet userdebug ``am62p-ap3a-userdebug``
94-
AM62PX-SK Tablet user ``am62p-ap3a-user``
95-
AM62PX-SK Car userdebug ``am62p_car-ap3a-userdebug``
96-
AM62PX-SK Car user ``am62p_car-ap3a-user``
93+
AM62PX-SK Tablet userdebug ``am62p-ap4a-userdebug``
94+
AM62PX-SK Tablet user ``am62p-ap4a-user``
95+
AM62PX-SK Car userdebug ``am62p_car-ap4a-userdebug``
96+
AM62PX-SK Car user ``am62p_car-ap4a-user``
9797
============================= ============================
9898

99-
The recommended ``<BUILD_TARGET>`` to use is ``am62p-ap3a-userdebug``.
99+
The recommended ``<BUILD_TARGET>`` to use is ``am62p-ap4a-userdebug``.
100100

101101
It's possible to customize the standard build (``m``), by passing build flags.
102102
For example, the following enables ADB on user builds:

source/devices/AM62PX/android/Application_Notes_Sample_Maps_App.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ placeholder.
2727
Launching the app
2828
*****************
2929

30-
* Boot the EVM with binaries built using ``am62p_car-ap3a-userdebug`` lunch target
30+
* Boot the EVM with binaries built using ``am62p_car-ap4a-userdebug`` lunch target
3131

3232
* The SnappMaps application should be visible by default on the home screen
3333

0 commit comments

Comments
 (0)