blob: c88c7ff1e1f4516c7c3d5f04e336716b57411ed4 [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",
Ken Chen8e89f642021-10-05 13:20:24 +080023 // netd
24 "libnetd_updatable.so",
Kiyoung Kim235ae0d2020-10-21 11:08:12 +090025 // nn
26 "libneuralnetworks.so",
27 // statsd
28 "libstatspull.so",
29 "libstatssocket.so",
30 // adbd
31 "libadb_pairing_auth.so",
32 "libadb_pairing_connection.so",
33 "libadb_pairing_server.so"
William Escandee41474e2022-05-11 21:14:41 -070034 ],
35 "provideLibs": [
36 "libaptX_encoder.so",
37 "libaptXHD_encoder.so"
Kiyoung Kim235ae0d2020-10-21 11:08:12 +090038 ]
Nicolas Geoffray8a3f8852021-03-08 11:48:30 +000039}