From 012b4fc41c84481d35cdd93ee78a9da4e5d3328f Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 6 Sep 2022 12:12:44 +0100 Subject: Add deprecated message in master Readme Signed-off-by: Nikhil Raj Change-Id: Id0bf70e761ec31f0eb5dc64388b48181cd0b254d --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d5bfdd3..8c507395 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Arm NN Android Neural Networks driver +### This branch is deprecated + +This project's primary branch is now called main. + +To checkout the 'main' branch you first need to clone the Android NN repository: 'https://github.com/ARM-software/android-nn-driver.git' + +You should 'git checkout main' and 'git pull origin main' from now on. + This directory contains the Arm NN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1, android.hardware.neuralnetworks@1.2 and android.hardware.neuralnetworks@1.3 HALs. For more information about supported operations and configurations, see [NnapiSupport.txt](NnapiSupport.txt) -- cgit v1.2.1