aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-05-23 17:00:56 +0100
committermike.kelly <mike.kelly@arm.com>2019-05-23 17:37:26 +0000
commitdc8cf9f135b20d6d87168f208679da36eec4df03 (patch)
tree4b81f49503e6cee9e48d102c10edbeb21b1073f0
parentedc5ffa62ab7c552539956eba8bb1d56fb48057c (diff)
downloadandroid-nn-driver-dc8cf9f135b20d6d87168f208679da36eec4df03.tar.gz
IVGCVSW-3138 Update README.md in android-nn-driver
* Updated the information on the supported Android versions. Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I1f674baec7633906e15cf148472f7da1960ba2a2
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 18a1b436..5d9e5562 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For more information about supported operations and configurations, see NnapiSup
### Prerequisites
-1. Android source tree for Android O MR1 or later, in the directory `<ANDROID_ROOT>`
+1. Android source tree for Android P FSK-R3 or later, in the directory `<ANDROID_ROOT>`
2. Mali OpenCL driver integrated into the Android source tree
Please Note: ArmNN Neural Networks driver does not currently support Mali OpenCL driver for Android Q.
@@ -23,7 +23,7 @@ To update the build environment, add to the contents of the variable `PRODUCT_PA
within the device-specific makefile that is located in the `<ANDROID_ROOT>/device/<manufacturer>/<product>`
directory. This file is normally called `device.mk`:
-For Android O, P or Q, using NN API version (1.0), the following should be added to `device.mk`:
+For Android P or Q, using NN API version (1.0), the following should be added to `device.mk`:
<pre>
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.0-service-armnn
</pre>
@@ -57,7 +57,7 @@ For Android P and Android Q the vendor manifest.xml requires the Neural Network
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
-Android O and Android P
+Android P
<pre>
<ANDROID_ROOT>/out/target/product/<product>/system/vendor/bin/hw
</pre>
@@ -71,8 +71,6 @@ Android Q has a different path:
<ANDROID_ROOT>/out/target/product/<product>/vendor/bin/hw
</pre>
-Please Note: Android O is only compatible with NN API version 1.0.
-
### Testing
1. Run the ArmNN driver service executable in the background.