From 33a4e5539b4982e519829b41b146bbb631c7bd1d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Thu, 18 Mar 2021 02:53:48 +0000 Subject: [PATCH] libdexfile_external is replaced by libdexfile (reland 2). This relands https://r.android.com/1644045 after requisite fix in https://r.android.com/1671709. Test: atest CtsSimpleperfTestCases Bug: 143978909 Change-Id: I89650a8059b56d2b35a5592ef555c91faa49a2cf --- rootdir/etc/linker.config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json index 83cb6ff13..d9f552651 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",