1{ 2 "requireLibs": [ 3 "libandroidicu.so", 4 "libdexfile.so", 5 "libdexfiled.so", 6 "libicu.so", 7 "libjdwp.so", 8 "libnativebridge.so", 9 "libnativehelper.so", 10 "libnativeloader.so", 11 "libsigchain.so", 12 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview 13 "libpac.so", 14 // TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and 15 // added to libbinder_ndk. 16 "libbinder_rpc_unstable.so", 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", 23 // netd 24 "libnetd_updatable.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 33 // LLNDK libraries in APEXes will be added automatically from the build, 34 // using build variable LLNDK_MOVED_TO_APEX_LIBRARIES. 35 ], 36 "provideLibs": [ 37 "libaptX_encoder.so", 38 "libaptXHD_encoder.so" 39 ] 40} 41