From 58a492395ea46e51fbd87511c474239e9fdb3f2c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 21 Dec 2023 12:08:42 +0000 Subject: IVGCVSW-8178 Update build tool with Android ndk r26 Signed-off-by: Nikhil Raj Change-Id: I86deb3bb2a587e59f10cfc3efce7118c2156c169 --- build-tool/scripts/common.sh | 2 +- build-tool/scripts/setup-armnn.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-tool/scripts/common.sh b/build-tool/scripts/common.sh index 419d2784f8..0c3927b71f 100755 --- a/build-tool/scripts/common.sh +++ b/build-tool/scripts/common.sh @@ -39,7 +39,7 @@ fi AARCH64_COMPILER_FLAGS+="CC=/usr/bin/aarch64-linux-gnu-gcc CXX=/usr/bin/aarch64-linux-gnu-g++ " # NDK -NDK_VERSION=25 +NDK_VERSION=26b NDK_SRC="$SOURCE_DIR"/android-ndk-r"$NDK_VERSION" # ANDROID diff --git a/build-tool/scripts/setup-armnn.sh b/build-tool/scripts/setup-armnn.sh index cf0ee00275..e5b4c2160b 100755 --- a/build-tool/scripts/setup-armnn.sh +++ b/build-tool/scripts/setup-armnn.sh @@ -38,11 +38,11 @@ download_androidndk() { cd "$SOURCE_DIR" echo -e "\n***** Downloading Android NDK *****\n" - wget https://dl.google.com/android/repository/android-ndk-r25-linux.zip + wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip echo -e "\n***** Extracting archive *****" - unzip android-ndk-r25-linux.zip + unzip android-ndk-r26b-linux.zip echo -e "\n***** Removing archive *****" - rm android-ndk-r25-linux.zip + rm android-ndk-r26b-linux.zip echo -e "\n***** Android NDK downloaded *****" } -- cgit v1.2.1