From e51c87634a133279310746e8ab031f1de3e7a23e Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Thu, 7 Mar 2019 19:06:57 +0000 Subject: [PATCH] Fix a typo in linker configuration comments. Test: n/a Change-Id: I3fa36094cf3eb45b0e1400712f22b8477a096b59 --- rootdir/etc/ld.config.legacy.txt | 2 +- rootdir/etc/ld.config.txt | 2 +- rootdir/etc/ld.config.vndk_lite.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rootdir/etc/ld.config.legacy.txt b/rootdir/etc/ld.config.legacy.txt index 0cde3f261..5a9a5e3dd 100644 --- a/rootdir/etc/ld.config.legacy.txt +++ b/rootdir/etc/ld.config.legacy.txt @@ -40,7 +40,7 @@ additional.namespaces = runtime,conscrypt,media,resolv # Keep in sync with ld.config.txt in the com.android.runtime APEX. # If a shared library or an executable requests a shared library that # cannot be loaded into the default namespace, the dynamic linker tries -# to load the shared library from the runtime namespace.And then, if the +# to load the shared library from the runtime namespace. And then, if the # shared library cannot be loaded from the runtime namespace either, the # dynamic linker tries to load the shared library from the resolv namespace. # Finally, if all attempts fail, the dynamic linker returns an error. diff --git a/rootdir/etc/ld.config.txt b/rootdir/etc/ld.config.txt index 4b2dd077b..552d6856a 100644 --- a/rootdir/etc/ld.config.txt +++ b/rootdir/etc/ld.config.txt @@ -125,7 +125,7 @@ namespace.default.asan.permitted.paths += /system/${LIB}/bootstrap # Keep in sync with ld.config.txt in the com.android.runtime APEX. # If a shared library or an executable requests a shared library that # cannot be loaded into the default namespace, the dynamic linker tries -# to load the shared library from the runtime namespace.And then, if the +# to load the shared library from the runtime namespace. And then, if the # shared library cannot be loaded from the runtime namespace either, the # dynamic linker tries to load the shared library from the resolv namespace. # Finally, if all attempts fail, the dynamic linker returns an error. diff --git a/rootdir/etc/ld.config.vndk_lite.txt b/rootdir/etc/ld.config.vndk_lite.txt index 54f4c983f..beb6125d7 100644 --- a/rootdir/etc/ld.config.vndk_lite.txt +++ b/rootdir/etc/ld.config.vndk_lite.txt @@ -66,7 +66,7 @@ namespace.default.asan.search.paths += /%PRODUCT_SERVICES%/${LIB} # ld.config.txt. # If a shared library or an executable requests a shared library that # cannot be loaded into the default namespace, the dynamic linker tries -# to load the shared library from the runtime namespace.And then, if the +# to load the shared library from the runtime namespace. And then, if the # shared library cannot be loaded from the runtime namespace either, the # dynamic linker tries to load the shared library from the resolv namespace. # Finally, if all attempts fail, the dynamic linker returns an error.