Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 1 | { |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 2 | "requireLibs": [ |
Martin Stjernholm | bcd1d4b | 2021-04-29 20:40:31 +0100 | [diff] [blame] | 3 | "libandroidicu.so", |
Martin Stjernholm | 33a4e55 | 2021-03-18 02:53:48 +0000 | [diff] [blame] | 4 | "libdexfile.so", |
| 5 | "libdexfiled.so", |
Martin Stjernholm | bcd1d4b | 2021-04-29 20:40:31 +0100 | [diff] [blame] | 6 | "libicu.so", |
| 7 | "libjdwp.so", |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 8 | "libnativebridge.so", |
| 9 | "libnativehelper.so", |
| 10 | "libnativeloader.so", |
Nicolas Geoffray | 8a3f885 | 2021-03-08 11:48:30 +0000 | [diff] [blame] | 11 | "libsigchain.so", |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 12 | // TODO(b/122876336): Remove libpac.so once it's migrated to Webview |
| 13 | "libpac.so", |
Victor Hsieh | 500c526 | 2021-06-10 08:42:06 -0700 | [diff] [blame] | 14 | // TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and |
| 15 | // added to libbinder_ndk. |
| 16 | "libbinder_rpc_unstable.so", |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 17 | // 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 Chen | 8e89f64 | 2021-10-05 13:20:24 +0800 | [diff] [blame] | 23 | // netd |
| 24 | "libnetd_updatable.so", |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 25 | // 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 Escande | e41474e | 2022-05-11 21:14:41 -0700 | [diff] [blame] | 34 | ], |
| 35 | "provideLibs": [ |
| 36 | "libaptX_encoder.so", |
| 37 | "libaptXHD_encoder.so" |
Kiyoung Kim | 235ae0d | 2020-10-21 11:08:12 +0900 | [diff] [blame] | 38 | ] |
Nicolas Geoffray | 8a3f885 | 2021-03-08 11:48:30 +0000 | [diff] [blame] | 39 | } |