Merge "Fix runtime namespace links for vendor processes"
am: c2aad281fc
Change-Id: Ib696a207258159181fecba4793eafec264da6f30
This commit is contained in:
commit
e1324405a4
1 changed files with 2 additions and 4 deletions
|
|
@ -334,11 +334,9 @@ namespace.default.link.vndk.shared_libs += %VNDK_CORE_LIBRARIES%
|
||||||
###############################################################################
|
###############################################################################
|
||||||
namespace.runtime.isolated = true
|
namespace.runtime.isolated = true
|
||||||
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
||||||
namespace.runtime.links = system,default
|
namespace.runtime.links = system
|
||||||
namespace.runtime.link.system.shared_libs = %LLNDK_LIBRARIES%
|
|
||||||
namespace.runtime.link.system.shared_libs += %SANITIZER_RUNTIME_LIBRARIES%
|
|
||||||
# TODO(b/119867084): Restrict to Bionic dlopen dependencies.
|
# TODO(b/119867084): Restrict to Bionic dlopen dependencies.
|
||||||
namespace.runtime.link.default.allow_all_shared_libs = true
|
namespace.runtime.link.system.allow_all_shared_libs = true
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# "vndk" namespace
|
# "vndk" namespace
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue