aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mcloughlin <john.mcloughlin@arm.com>2023-06-26 11:27:14 +0100
committerJohn Mcloughlin <john.mcloughlin@arm.com>2023-06-26 11:27:14 +0100
commit689ba0cd7d76788b546c4f635a5f95bd640259aa (patch)
tree0050b6403f518e1ccf92e774b51289302bb9462e
parentf77cab57b3eca1425384d4d5bfe44d76fc7023b9 (diff)
downloadarmnn-689ba0cd7d76788b546c4f635a5f95bd640259aa.tar.gz
IVGCVSW-7663 BuildGuideAndroidNDK script in armnn
* Removed Ubuntu 18.04 check for CMake 3.19 install Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: Ie1ffab5cc967849188e0684c7086296710d6d731
-rwxr-xr-xscripts/build_android_ndk_guide.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh
index 66ba282305..e667c7f8de 100755
--- a/scripts/build_android_ndk_guide.sh
+++ b/scripts/build_android_ndk_guide.sh
@@ -427,11 +427,8 @@ if [[ $? != 0 ]] ; then
echo "Building Flatbuffers failed"
exit 1
fi
-if [[ $(lsb_release -rs) == "18.04" ]]; then
- # We know this is necessary for 18.04 builds.
- GetAndBuildCmake319
- CMAKE=$WORKING_DIR/cmake/install/bin/cmake
-fi
+GetAndBuildCmake319
+CMAKE=$WORKING_DIR/cmake/install/bin/cmake
GetArmNN
if [[ $? != 0 ]] ; then
echo "Cloning Arm NN failed"