344b46a5b3
Remove provide libs of system image from file, and generate it at build time instead Bug: 172889962 Test: Build cuttlefish and confirmed list is generated in /system/etc/linker.config.pb Change-Id: I365252dcb2e8735fd8f6345c9ec2c985b0489d64
29 lines
No EOL
770 B
JSON
29 lines
No EOL
770 B
JSON
{
|
|
"requireLibs": [
|
|
// Keep in sync with the "platform" namespace in art/build/apex/ld.config.txt.
|
|
"libdexfile_external.so",
|
|
"libdexfiled_external.so",
|
|
"libnativebridge.so",
|
|
"libnativehelper.so",
|
|
"libnativeloader.so",
|
|
"libandroidicu.so",
|
|
"libicu.so",
|
|
// TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
|
"libpac.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"
|
|
]
|
|
} |