summaryrefslogtreecommitdiff
path: root/libnativeloader/native_loader.cpp
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2021-04-26 23:06:57 +0100
committerTreehugger Robot <treehugger-gerrit@google.com>2021-05-13 15:42:46 +0000
commitb94401e6e15903b64de709fd69863b6880cedd7c (patch)
treecd1729038943aea0f3f1648109b095bb43d28530 /libnativeloader/native_loader.cpp
parent3606cc69f5975d7ae81044a51706a6896d148781 (diff)
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
Diffstat (limited to 'libnativeloader/native_loader.cpp')
-rw-r--r--libnativeloader/native_loader.cpp4
1 files changed, 2 insertions, 2 deletions
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.