android_system_core/rootdir/etc/linker.config.json
Elliott Hughes d4bd799fcc linker.config.json: remove libpac.so.
The bug in the TODO was fixed 5 years ago, so this should be
obsolete?

Change-Id: I636adccb9852170a00ea171dd96e2f176bf70489
2024-04-02 14:19:15 +00:00

37 lines
873 B
JSON

{
"requireLibs": [
"libandroidicu.so",
"libdexfile.so",
"libdexfiled.so",
"libicu.so",
"libjdwp.so",
"libnativebridge.so",
"libnativehelper.so",
"libnativeloader.so",
"libsigchain.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",
"libEGL.so",
"libGLESv2.so"
]
}