forked from openkylin/platform_build
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
This commit is contained in:
parent
5dcd959a90
commit
8685248a99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue