Merge "Fix some typos in the linker configuration file format documentation." am: 639ad55176
am: 10541de1fa
am: 6eeb3bc7d2
Change-Id: Ib8fce7707b46d85ad4fe5da340966c60906455b0
This commit is contained in:
commit
46c3ab5c4f
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ configuration using set of properties described in example below.
|
|||
## Example
|
||||
|
||||
```
|
||||
# The following line maps section to a dir. Binraies ran from this location will use namespaces
|
||||
# The following line maps section to a dir. Binaries ran from this location will use namespaces
|
||||
# configuration specified in [example_section] below
|
||||
dir.example_section=/system/bin/example
|
||||
|
||||
|
@ -65,7 +65,7 @@ namespace.default.asan.permitted.paths = /data/${LIB}
|
|||
# This declares linked namespaces - comma separated list.
|
||||
namespace.default.links = ns1
|
||||
|
||||
# For every link define list of shared libraries. This is list of the libraries accessilbe from
|
||||
# For every link define list of shared libraries. This is list of the libraries accessible from
|
||||
# default namespace but loaded in the linked namespace.
|
||||
namespace.default.link.ns1.shared_libs = libexternal.so:libother.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue