aboutsummaryrefslogtreecommitdiff
path: root/scripts/build_android_ndk_guide.sh
AgeCommit message (Collapse)Author
2024-02-13Fix wrong option for acl branch in Usage function in build android ndk scriptNikhil Raj
* We use -c for overriding ACL branch in build_android_ndk_guide.sh but in the Usage() its showing as -b Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Icd79180301f694fdaf42b58528c64d744d134ff8
2024-01-17IVGCVSW-7663 Update build_android_ndk_guide scriptJohn Mcloughlin
* Change parameters to build with NDKr26 Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: If497b53e285fe00de3bd2d4c5307d3e7da3b47c6
2023-11-20Push libarmnnTfLiteParser.so to run Unittest in NDK guide scriptNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ieaa7470f9f19543962e5b121c15e88bd37ca7f3c
2023-11-20Update path before pushing to boardNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1cdbe17bdbfa48bc0e35a14eb642d494291f0013
2023-09-29IVGCVSW-7954 Upgrade ArmNN to TensorFlow v2.14.0 from v2.14.0-rc1Idriss Chaouch
* Update get_tensorflow.sh to TensorFlow v2.14.0 * Update BuildTool to use TF v2.14.0 * Update TensorFlow version on ArmNN guides Signed-off-by: Idriss Chaouch <idriss.chaouch@arm.com> Change-Id: I52cf85f93a72f4881333e44509a1889938253803
2023-09-26IVGCVSW-8053 Update TensorFlow and FlatBuffers versions on ArmNN guidesNarumol Prangnawarat
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I975cf4ccbddd1ea756e1d9f2148dcb8e320346f5
2023-06-27IVGCVSW-7663 Updated BuildGuideAndroidNDK script in Arm NNJohn Mcloughlin
* Download CMake 3.19 before building Flatbuffers Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: Ib7e897e3d4a5636e5e14a7bf3c593efa7982c4e2
2023-06-26IVGCVSW-7663 BuildGuideAndroidNDK script in armnnJohn Mcloughlin
* Removed Ubuntu 18.04 check for CMake 3.19 install Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: Ie1ffab5cc967849188e0684c7086296710d6d731
2023-05-03Minor fixes to the build android ndk guide scriptNikhil Raj
* Aligns both sh script and md file * Change default branch to main as 'latest' release will change every 3 month * Clones github repos instead of mlplatform repos Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I4bed6c4c231b5f3bab0abf92b0febf825ddb4ce7
2023-05-03IVGCVSW-7528 Update Arm NN documentation to reflect use of Tensorflow 2.12Nikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ib3aaba6d2bbe52978fc3e8873c78e4c2989131ed
2023-04-14IVGCVSW-7662 Update BuildGuideAndroidNDK.mdMike Kelly
* Changed build so that electing to build the unit tests also builds ExecuteNetwork and the other test applications. Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I76cb6552a4f6dcee173de3dd05d43207e699a751
2023-04-05IVGCVSW-7662 Update BuildGuideAndroidNDK.mdMike Kelly
* Fixed broken steps in BuildGuideAndroidNDK.md * Fixed broken links in BuildGuideAndroidNDK.md * Removed unneeded steps from BuildGuideAndroidNDK.md * Added instructions for building the tflite parser and delegate for android * Fixed errors in CMakeLists.txt that made it impossible to build without Neon or Ref. * Added build_android_ndk_guide.sh, a shell script that contains the same steps as BuildGuideAndroidNDK.md Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: Ie0479d3a2e4a776e7de88017b222d35a48c1fe10