android_system_core/rootdir/etc/linker.config.json
Kiyoung Kim 62a307ab61 Remove LLNDK libraries from system required
Remove LLNDK libraries from system required libs as those libraries will
be appended to the configuration from the build.

Bug: 251782700
Test: Cuttlefish build and boot succeeded
Change-Id: I81d508a5e15a9dd1919935f07569271609738710
2022-12-01 11:36:45 +09:00

40 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",
// statsd
"libstatspull.so",
"libstatssocket.so",
// adbd
"libadb_pairing_auth.so",
"libadb_pairing_connection.so",
"libadb_pairing_server.so"
// LLNDK libraries in APEXes will be added automatically from the build,
// using build variable LLNDK_MOVED_TO_APEX_LIBRARIES.
],
"provideLibs": [
"libaptX_encoder.so",
"libaptXHD_encoder.so"
]
}