From e474e0ce2153025eee82011153f610145d720db1 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Thu, 18 Mar 2021 03:13:52 +0000 Subject: libdexfile_external is replaced by libdexfile. Only update the test data to avoid confusing discrepancy. Test: system/linkerconfig/rundiff.sh Bug: 143978909 Change-Id: I12ac84eb41d461d1607b0c3b45be58dccdb78460 --- testdata/golden_output/stage2/com.android.runtime/ld.config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testdata/golden_output/stage2/com.android.runtime/ld.config.txt') diff --git a/testdata/golden_output/stage2/com.android.runtime/ld.config.txt b/testdata/golden_output/stage2/com.android.runtime/ld.config.txt index ad86365..802274a 100644 --- a/testdata/golden_output/stage2/com.android.runtime/ld.config.txt +++ b/testdata/golden_output/stage2/com.android.runtime/ld.config.txt @@ -192,8 +192,8 @@ namespace.system.link.com_android_i18n.shared_libs += libicu.so namespace.system.link.com_android_i18n.shared_libs += libicui18n.so namespace.system.link.com_android_i18n.shared_libs += libicuuc.so namespace.system.link.com_android_i18n.shared_libs += libpac.so -namespace.system.link.com_android_art.shared_libs = libdexfile_external.so -namespace.system.link.com_android_art.shared_libs += libdexfiled_external.so +namespace.system.link.com_android_art.shared_libs = libdexfile.so +namespace.system.link.com_android_art.shared_libs += libdexfiled.so namespace.system.link.com_android_art.shared_libs += libnativebridge.so namespace.system.link.com_android_art.shared_libs += libnativehelper.so namespace.system.link.com_android_art.shared_libs += libnativeloader.so -- cgit v1.2.3