android_system_core/rootdir/etc/linker.config.json
Jooyung Han b08709fa63 Add libconnectivity_native
The library provides an interface to interface with the
ConnectivityNative service, and implement port blocking APIs.

Bug: 179733303
Test: atest connectivity_native_test
Change-Id: I86018bfeb60d031faee818e5df469f02ebe32707
2022-10-13 12:47:16 +09:00

41 lines
1 KiB
JSON

{
"requireLibs": [
"libandroidicu.so",
"libdexfile.so",
"libdexfiled.so",
"libicu.so",
"libjdwp.so",
"libnativebridge.so",
"libnativehelper.so",
"libnativeloader.so",
"libsigchain.so",
// TODO(b/122876336): Remove libpac.so once it's migrated to Webview
"libpac.so",
// TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and
// added to libbinder_ndk.
"libbinder_rpc_unstable.so",
// TODO(b/120786417 or b/134659294): libicuuc.so
// and libicui18n.so are kept for app compat.
"libicui18n.so",
"libicuuc.so",
// resolv
"libnetd_resolv.so",
// netd
"libnetd_updatable.so",
// nn
"libneuralnetworks.so",
// statsd
"libstatspull.so",
"libstatssocket.so",
// tethering LLNDK
"libcom.android.tethering.connectivity_native.so",
// adbd
"libadb_pairing_auth.so",
"libadb_pairing_connection.so",
"libadb_pairing_server.so"
],
"provideLibs": [
"libaptX_encoder.so",
"libaptXHD_encoder.so"
]
}