From 8685248a99095f3eef009fad3b44a1ad5941ba78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Szczepaniak?= Date: Wed, 10 Feb 2021 17:50:56 +0000 Subject: [PATCH] Add new llndk library, libneuralnetworks_shim.so libneuralnetworks_shim.so allows vendor service to run a NNAPI Driver sAIDL service backed by a NNAPI SL Driver. SL Driver is a shared library with a known stable C API, that contains vendor driver implementation. libneuralnetworks_shim.so is part of com.android.neuralnetworks APEX package. Test: run VTS driver sample backed by shim on CF Bug: 172925288 Change-Id: Ibbb0af00377a2ade212740b61158274a6942be9d --- target/product/gsi/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/gsi/current.txt b/target/product/gsi/current.txt index c753e6c3b..550ae7c31 100644 --- a/target/product/gsi/current.txt +++ b/target/product/gsi/current.txt @@ -14,6 +14,7 @@ LLNDK: libm.so LLNDK: libmediandk.so LLNDK: libnativewindow.so LLNDK: libneuralnetworks.so +LLNDK: libneuralnetworks_shim.so LLNDK: libselinux.so LLNDK: libsync.so LLNDK: libvndksupport.so