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:
parent
abe3b42eb4
commit
14f6751df1
|
@ -18,6 +18,7 @@
|
|||
"libnetd_resolv.so",
|
||||
// nn
|
||||
"libneuralnetworks.so",
|
||||
"libneuralnetworks_shim.so",
|
||||
// statsd
|
||||
"libstatspull.so",
|
||||
"libstatssocket.so",
|
||||
|
|
Loading…
Reference in New Issue