From dc8cf9f135b20d6d87168f208679da36eec4df03 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Thu, 23 May 2019 17:00:56 +0100 Subject: IVGCVSW-3138 Update README.md in android-nn-driver * Updated the information on the supported Android versions. Signed-off-by: Mike Kelly Change-Id: I1f674baec7633906e15cf148472f7da1960ba2a2 --- README.md | 8 +++----- 1 file 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 `` +1. Android source tree for Android P FSK-R3 or later, in the directory `` 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 `/device//` 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`:
 PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.0-service-armnn
 
@@ -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 `` 5. To confirm that the ArmNN driver has been built, check for driver service executable at -Android O and Android P +Android P
 /out/target/product//system/vendor/bin/hw
 
@@ -71,8 +71,6 @@ Android Q has a different path: /out/target/product//vendor/bin/hw -Please Note: Android O is only compatible with NN API version 1.0. - ### Testing 1. Run the ArmNN driver service executable in the background. -- cgit v1.2.1