aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user_guide/how_to_build_and_run_examples.dox4
-rw-r--r--docs/user_guide/introduction.dox4
-rw-r--r--docs/user_guide/release_version_and_change_log.dox4
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/user_guide/how_to_build_and_run_examples.dox b/docs/user_guide/how_to_build_and_run_examples.dox
index 81aa02625d..2f61f938a3 100644
--- a/docs/user_guide/how_to_build_and_run_examples.dox
+++ b/docs/user_guide/how_to_build_and_run_examples.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2022 Arm Limited.
+/// Copyright (c) 2017-2023 Arm Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -184,7 +184,7 @@ For Android, the library was successfully built and tested using Google's standa
- clang++ from NDK r20b for armv8a
- clang++ from NDK r20b for armv8.2-a with FP16 support
-For NDK r18 or older, here is a guide to <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>:
+(From 23.02, NDK >= r20b is highly recommended) For NDK r18 or older, here is a guide to <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>:
- Download the NDK r18b from here: https://developer.android.com/ndk/downloads/index.html to directory $NDK
- Make sure you have Python 2.7 installed on your machine.
- Generate the 32 and/or 64 toolchains by running the following commands to your toolchain directory $MY_TOOLCHAINS:
diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox
index 7086f86c7c..be4f5c8605 100644
--- a/docs/user_guide/introduction.dox
+++ b/docs/user_guide/introduction.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2022 Arm Limited.
+/// Copyright (c) 2017-2023 Arm Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -63,7 +63,7 @@ Several builds of the library are available using various configurations:
<tr>
<td rowspan="2">Android
<td>armv8a
- <td rowspan="2">NDK r18b
+ <td rowspan="2">NDK r20b
<tr>
<td>armv8.2-a
<tr>
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index f6a10e97be..22adf92d91 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2022 Arm Limited.
+/// Copyright (c) 2017-2023 Arm Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -40,6 +40,8 @@ If there is more than one release in a month then an extra sequential number is
@note Starting from release 22.05, 'master' branch is no longer being used, it has been replaced by 'main'. Please update your clone jobs accordingly.
@section S2_2_changelog Changelog
+v23.02 Public major release
+ - Update recommended/minimum NDK version to r20b.
v22.11 Public major release
- New features: