blob: d62c41dc48b6236ef0a4e496ead16709e989e070 [file] [log] [blame]
Kiyoung Kim235ae0d2020-10-21 11:08:12 +09001{
Kiyoung Kim235ae0d2020-10-21 11:08:12 +09002 "requireLibs": [
Martin Stjernholmbcd1d4b2021-04-29 20:40:31 +01003 "libandroidicu.so",
Martin Stjernholm33a4e552021-03-18 02:53:48 +00004 "libdexfile.so",
5 "libdexfiled.so",
Martin Stjernholmbcd1d4b2021-04-29 20:40:31 +01006 "libicu.so",
7 "libjdwp.so",
Kiyoung Kim235ae0d2020-10-21 11:08:12 +09008 "libnativebridge.so",
9 "libnativehelper.so",
10 "libnativeloader.so",
Nicolas Geoffray8a3f8852021-03-08 11:48:30 +000011 "libsigchain.so",
Kiyoung Kim235ae0d2020-10-21 11:08:12 +090012 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview
13 "libpac.so",
Victor Hsieh500c5262021-06-10 08:42:06 -070014 // TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and
15 // added to libbinder_ndk.
16 "libbinder_rpc_unstable.so",
Kiyoung Kim235ae0d2020-10-21 11:08:12 +090017 // TODO(b/120786417 or b/134659294): libicuuc.so
18 // and libicui18n.so are kept for app compat.
19 "libicui18n.so",
20 "libicuuc.so",
21 // resolv
22 "libnetd_resolv.so",
23 // nn
24 "libneuralnetworks.so",
25 // statsd
26 "libstatspull.so",
27 "libstatssocket.so",
28 // adbd
29 "libadb_pairing_auth.so",
30 "libadb_pairing_connection.so",
31 "libadb_pairing_server.so"
32 ]
Nicolas Geoffray8a3f8852021-03-08 11:48:30 +000033}