Merge "Fix APEX run-time ld.config.txt for ASAN targets" am: 8540f50887
am: 321b1a6345
Change-Id: I465aee0c808c892e520ce3e2574ae6fa0154e142
This commit is contained in:
commit
5d42b599ef
2 changed files with 2 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ namespace.runtime.isolated = true
|
||||||
|
|
||||||
# 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.
|
||||||
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
||||||
|
namespace.runtime.asan.search.paths = /apex/com.android.runtime/${LIB}
|
||||||
namespace.runtime.links = system
|
namespace.runtime.links = system
|
||||||
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
|
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
|
||||||
# when it exists.
|
# when it exists.
|
||||||
|
|
|
||||||
|
|
@ -350,6 +350,7 @@ namespace.runtime.isolated = true
|
||||||
|
|
||||||
# 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.
|
||||||
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
|
||||||
|
namespace.runtime.asan.search.paths = /apex/com.android.runtime/${LIB}
|
||||||
namespace.runtime.links = default
|
namespace.runtime.links = default
|
||||||
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
|
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
|
||||||
# when it exists.
|
# when it exists.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue