aboutsummaryrefslogtreecommitdiff
path: root/service.cpp
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-05-06 15:28:49 +0100
committerKevin May <kevin.may@arm.com>2020-05-06 15:31:10 +0100
commit8a510e8e9ed22ec0bbd295b69a6700ad0ba7cfd8 (patch)
treeaed2228178b5d621388fcf8bcf2f63c6bf95b76b /service.cpp
parentb248ec1f47467d835b1baea1f5a3a726f8e585e2 (diff)
downloadandroid-nn-driver-8a510e8e9ed22ec0bbd295b69a6700ad0ba7cfd8.tar.gz
IVGCVSW-4673 Change ArmNN driver service name to arm-armnn
* Change service name from "armnn" to "arm-armnn" * Rename .rc files * Update Android.mk to use new service name * Update Integrator Guide Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: If2a4ac9756101472d30255afbf8c90859e29aabf
Diffstat (limited to 'service.cpp')
-rw-r--r--service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service.cpp b/service.cpp
index 81c1191c..740198aa 100644
--- a/service.cpp
+++ b/service.cpp
@@ -32,7 +32,7 @@ int main(int argc, char** argv)
android::status_t status = android::UNKNOWN_ERROR;
try
{
- status = driver->registerAsService("armnn");
+ status = driver->registerAsService("arm-armnn");
}
catch (const std::exception& e)
{