From b94401e6e15903b64de709fd69863b6880cedd7c Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Mon, 26 Apr 2021 23:06:57 +0100 Subject: Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. It's not needed any more since libarttest(d).so is loaded from the ART linker namespace. Test: art/test/testrunner/testrunner.py --target --64 --optimizing Bug: 130340935 Bug: 167578583 Change-Id: I785133e921277cb25360856e9af20fa681b54a3b --- libnativeloader/native_loader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnativeloader/native_loader.cpp') diff --git a/libnativeloader/native_loader.cpp b/libnativeloader/native_loader.cpp index 30c7b5a377..545d04b5c8 100644 --- a/libnativeloader/native_loader.cpp +++ b/libnativeloader/native_loader.cpp @@ -49,8 +49,8 @@ namespace { // NATIVELOADER_DEFAULT_NAMESPACE_LIBS is an environment variable that can be // used when ro.debuggable is true to list extra libraries (separated by ":") -// that libnativeloader will load from the default namespace. The libraries must -// be listed without paths, and then LD_LIBRARY_PATH is typically set to the +// that libnativeloader will load from the default namespace. The libraries +// must be listed without paths, and then LD_LIBRARY_PATH is typically set to the // directories to load them from. The libraries will be available in all // classloader namespaces, and also in the fallback namespace used when no // classloader is given. -- cgit v1.2.3-59-g8ed1b