[NETD-BPF#27] Require libnetd_updatable.so from APEX
Add libnetd_updatable.so as dependency of platform. The library will be used by Netd. Linker config is required if a library in mainline module is linked by platform. Bug: 202086915 Test: m; flash; boot Change-Id: I97183f022b229e788184a979d1a211968295563d
This commit is contained in:
parent
adae766986
commit
8e89f648ee
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
"libicuuc.so",
|
||||
// resolv
|
||||
"libnetd_resolv.so",
|
||||
// netd
|
||||
"libnetd_updatable.so",
|
||||
// nn
|
||||
"libneuralnetworks.so",
|
||||
// statsd
|
||||
|
|
Loading…
Reference in a new issue