Add libneuralnetworks_shim.so to requireLibs.

Adding in case of link required from the system image to nn apex.

Test: Run sample vendor service on cf device
Bug: 172925288
Change-Id: Ic4609cc0b73dfd5c9d39b75b22e241c30d61b753
This commit is contained in:
Przemysław Szczepaniak 2021-04-15 11:12:15 +01:00
parent abe3b42eb4
commit 14f6751df1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"libnetd_resolv.so",
// nn
"libneuralnetworks.so",
"libneuralnetworks_shim.so",
// statsd
"libstatspull.so",
"libstatssocket.so",