aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTelmoARM <32358437+TelmoARM@users.noreply.github.com>2018-09-03 10:02:06 +0100
committerGitHub <noreply@github.com>2018-09-03 10:02:06 +0100
commit92fea3ff26d62324b33f48534a02ac43c8db9566 (patch)
tree29d1c016120fd05db95d57dba01e5bcf67a33d22 /README.md
parentce3e84a8d449cbf31cee57e30f0eef6a96c0ce94 (diff)
downloadandroid-nn-driver-92fea3ff26d62324b33f48534a02ac43c8db9566.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9939cf1b..8c8d3eb0 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,11 @@ For Android P, a new version of the NN API is available (1.1),
thus the following should be added to `device.mk` instead:
<pre>
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.1-service-armnn
-</pre>
-`Android.mk` contains the module definition of both versions of the ArmNN driver.
+</pre> `Android.mk` contains the module definition of both versions of the ArmNN driver.
+
4. Build Android as normal, i.e. run `make` in `<ANDROID_ROOT>`
5. To confirm that the ArmNN driver has been built, check for driver service executable at
+
<pre>
<ANDROID_ROOT>/out/target/product/<product>system/vendor/bin/hw
</pre>