From 50ed2a64ffc61b9b59b73d4d00f1cfe843881202 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 16 Nov 2023 15:56:07 +0000 Subject: Remove Android 10 testing warning from readme and update buildtool * Removes warning we had given to users last release about Android 10 (Q) testing * Reverts the patch where we were checking out main branch of Arm NN instead of latest release branch in Buildtool * Updated Android API level in the bianry table in readme Signed-off-by: Nikhil Raj Change-Id: I1e497b7d0ecf8fa7d9dd7262ca740052c0db444e --- build-tool/scripts/build-armnn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-tool') diff --git a/build-tool/scripts/build-armnn.sh b/build-tool/scripts/build-armnn.sh index 0075bbad31..147aedfd55 100755 --- a/build-tool/scripts/build-armnn.sh +++ b/build-tool/scripts/build-armnn.sh @@ -190,8 +190,8 @@ download_armnn() rm -rf "$ARMNN_SRC" - # Main branch of Arm NN is checked out - git clone --branch main https://github.com/ARM-software/armnn.git armnn + # Latest release branch of Arm NN is checked out by default + git clone https://github.com/ARM-software/armnn.git armnn cd "$ARMNN_SRC" local armnn_branch="$(git rev-parse --abbrev-ref HEAD)" -- cgit v1.2.1