500c526377
Bug: 190547489 Bug: 189947807 Test: m Change-Id: Ibcf04c036c721720a086c74110aed8618f385dd5
33 lines
852 B
JSON
33 lines
852 B
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",
|
|
// nn
|
|
"libneuralnetworks.so",
|
|
// statsd
|
|
"libstatspull.so",
|
|
"libstatssocket.so",
|
|
// adbd
|
|
"libadb_pairing_auth.so",
|
|
"libadb_pairing_connection.so",
|
|
"libadb_pairing_server.so"
|
|
]
|
|
}
|