aboutsummaryrefslogtreecommitdiff
path: root/shim/BuildGuideShimSupportLibrary.md
diff options
context:
space:
mode:
Diffstat (limited to 'shim/BuildGuideShimSupportLibrary.md')
-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