Merge "Fix a typo in linker configuration comments."
This commit is contained in:
commit
ecef987a35
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ additional.namespaces = runtime,conscrypt,media,resolv
|
||||||
# Keep in sync with ld.config.txt in the com.android.runtime APEX.
|
# 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
|
# If a shared library or an executable requests a shared library that
|
||||||
# cannot be loaded into the default namespace, the dynamic linker tries
|
# 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
|
# shared library cannot be loaded from the runtime namespace either, the
|
||||||
# dynamic linker tries to load the shared library from the resolv namespace.
|
# dynamic linker tries to load the shared library from the resolv namespace.
|
||||||
# Finally, if all attempts fail, the dynamic linker returns an error.
|
# Finally, if all attempts fail, the dynamic linker returns an error.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
# 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
|
# If a shared library or an executable requests a shared library that
|
||||||
# cannot be loaded into the default namespace, the dynamic linker tries
|
# 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
|
# shared library cannot be loaded from the runtime namespace either, the
|
||||||
# dynamic linker tries to load the shared library from the resolv namespace.
|
# dynamic linker tries to load the shared library from the resolv namespace.
|
||||||
# Finally, if all attempts fail, the dynamic linker returns an error.
|
# Finally, if all attempts fail, the dynamic linker returns an error.
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ namespace.default.asan.search.paths += /%PRODUCT_SERVICES%/${LIB}
|
||||||
# ld.config.txt.
|
# ld.config.txt.
|
||||||
# If a shared library or an executable requests a shared library that
|
# If a shared library or an executable requests a shared library that
|
||||||
# cannot be loaded into the default namespace, the dynamic linker tries
|
# 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
|
# shared library cannot be loaded from the runtime namespace either, the
|
||||||
# dynamic linker tries to load the shared library from the resolv namespace.
|
# dynamic linker tries to load the shared library from the resolv namespace.
|
||||||
# Finally, if all attempts fail, the dynamic linker returns an error.
|
# Finally, if all attempts fail, the dynamic linker returns an error.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue