commit | e7cd98c6430ee24e6820a6cdd24c63721ee42a46 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri Apr 09 10:38:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 09 10:38:51 2021 +0000 |
tree | 070a1042334838d321fb4d89ed83c20868038df0 | |
parent | d00f46074af9a0ca8d3d393fe680222282d4b74d [diff] | |
parent | e29c64b0291d3269000d3cdca8941b6a99746a11 [diff] |
Merge "libdexfile_external is replaced by libdexfile (reland)." am: e29c64b029 Original change: https://android-review.googlesource.com/c/platform/system/core/+/1664030 Change-Id: I654d697aff777433becdda067a9a1ec61e703e5c
diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json index 83cb6ff..d9f5526 100644 --- a/rootdir/etc/linker.config.json +++ b/rootdir/etc/linker.config.json
@@ -1,8 +1,7 @@ { "requireLibs": [ - // Keep in sync with the "platform" namespace in art/build/apex/ld.config.txt. - "libdexfile_external.so", - "libdexfiled_external.so", + "libdexfile.so", + "libdexfiled.so", "libnativebridge.so", "libnativehelper.so", "libnativeloader.so",