Merge "Apply the standard system linker config to all of /data." am: 60de348654
am: 0ec4836b71
Change-Id: I10a4012575ad5f9be3c5dd3d116c5745124ae2e6
This commit is contained in:
commit
e7540ff272
3 changed files with 12 additions and 15 deletions
|
|
@ -11,14 +11,13 @@ dir.legacy = /vendor
|
||||||
dir.legacy = /odm
|
dir.legacy = /odm
|
||||||
dir.legacy = /sbin
|
dir.legacy = /sbin
|
||||||
|
|
||||||
dir.legacy = /data/nativetest
|
|
||||||
dir.legacy = /data/nativetest64
|
|
||||||
dir.legacy = /data/benchmarktest
|
|
||||||
dir.legacy = /data/benchmarktest64
|
|
||||||
|
|
||||||
# Except for /postinstall, where only /system and /product are searched
|
# Except for /postinstall, where only /system and /product are searched
|
||||||
dir.postinstall = /postinstall
|
dir.postinstall = /postinstall
|
||||||
|
|
||||||
|
# Fallback entry to provide APEX namespace lookups for binaries anywhere else.
|
||||||
|
# This must be last.
|
||||||
|
dir.legacy = /data
|
||||||
|
|
||||||
[legacy]
|
[legacy]
|
||||||
namespace.default.isolated = false
|
namespace.default.isolated = false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,12 @@ dir.unrestricted = /data/nativetest64/unrestricted
|
||||||
# necessary) the unrestricted subdirs above. Then clean this up.
|
# necessary) the unrestricted subdirs above. Then clean this up.
|
||||||
dir.unrestricted = /data/local/tmp
|
dir.unrestricted = /data/local/tmp
|
||||||
|
|
||||||
dir.system = /data/nativetest
|
|
||||||
dir.system = /data/nativetest64
|
|
||||||
dir.system = /data/benchmarktest
|
|
||||||
dir.system = /data/benchmarktest64
|
|
||||||
|
|
||||||
dir.postinstall = /postinstall
|
dir.postinstall = /postinstall
|
||||||
|
|
||||||
|
# Fallback entry to provide APEX namespace lookups for binaries anywhere else.
|
||||||
|
# This must be last.
|
||||||
|
dir.system = /data
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
|
additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,12 @@ dir.unrestricted = /data/nativetest64/unrestricted
|
||||||
# necessary) the unrestricted subdirs above. Then clean this up.
|
# necessary) the unrestricted subdirs above. Then clean this up.
|
||||||
dir.unrestricted = /data/local/tmp
|
dir.unrestricted = /data/local/tmp
|
||||||
|
|
||||||
dir.system = /data/nativetest
|
|
||||||
dir.system = /data/nativetest64
|
|
||||||
dir.system = /data/benchmarktest
|
|
||||||
dir.system = /data/benchmarktest64
|
|
||||||
|
|
||||||
dir.postinstall = /postinstall
|
dir.postinstall = /postinstall
|
||||||
|
|
||||||
|
# Fallback entry to provide APEX namespace lookups for binaries anywhere else.
|
||||||
|
# This must be last.
|
||||||
|
dir.system = /data
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
|
additional.namespaces = runtime,conscrypt,media,resolv,sphal,vndk,rs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue