aboutsummaryrefslogtreecommitdiff
path: root/shim
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2022-03-02 12:11:31 +0000
committerKevin May <kevin.may@arm.com>2022-03-02 12:11:31 +0000
commit998a20832fd511de75c2cd935b7a0e851e91156d (patch)
tree0839bcc53555b06887708cb56429735b8315472d /shim
parent138a88cf568fbc420a310344903f7eb9dec8e1e3 (diff)
downloadarmnn-998a20832fd511de75c2cd935b7a0e851e91156d.tar.gz
Typo in Guide
* Only file changed is shim/BuildGuideShimSupportLibrary.md * All other files are merge squash from Arm NN 22.02 Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: Id82a6e9ac8abf74c1073c08744712f50e98dece0
Diffstat (limited to 'shim')
-rw-r--r--shim/BuildGuideShimSupportLibrary.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/shim/BuildGuideShimSupportLibrary.md b/shim/BuildGuideShimSupportLibrary.md
index 05306a2e5b..1d8fb43cae 100644
--- a/shim/BuildGuideShimSupportLibrary.md
+++ b/shim/BuildGuideShimSupportLibrary.md
@@ -39,7 +39,7 @@ export PATH=$NDK_TOOLCHAIN_ROOT/bin/:$PATH
```bash
mkdir -p $AOSP_ROOT/vendor/arm/
-cd $AOSP_SOURCE/vendor/arm/
+cd $AOSP_ROOT/vendor/arm/
git clone https://github.com/ARM-software/armnn.git
```
@@ -139,10 +139,10 @@ mm
```
The built libraries and manifest file can be found here:
-$AOSP_SOURCE/out/target/product/<device>/vendor/lib64/libarmnn_support_library.so
-$AOSP_SOURCE/out/target/product/<device>/vendor/bin/hw/android.hardware.neuralnetworks-shim-service-armnn
-$AOSP_SOURCE/out/target/product/<device>/vendor/etc/vintf/manifest/android.hardware.neuralnetworks-shim-service-armnn.xml
+$AOSP_ROOT/out/target/product/<device>/vendor/lib64/libarmnn_support_library.so
+$AOSP_ROOT/out/target/product/<device>/vendor/bin/hw/android.hardware.neuralnetworks-shim-service-armnn
+$AOSP_ROOT/out/target/product/<device>/vendor/etc/vintf/manifest/android.hardware.neuralnetworks-shim-service-armnn.xml
Currently the Arm NN libraries are shared libraries and therefore will need to be pushed to the device:
-$AOSP_SOURCE/vendor/arm/armnn/build/libarmnnSerializer.so
-$AOSP_SOURCE/vendor/arm/armnn/build/libarmnn.so
+$AOSP_ROOT/vendor/arm/armnn/build/libarmnnSerializer.so
+$AOSP_ROOT/vendor/arm/armnn/build/libarmnn.so