Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8540f508 authored by Logan Chien's avatar Logan Chien Committed by Gerrit Code Review
Browse files

Merge "Fix APEX run-time ld.config.txt for ASAN targets"

parents 4b6b7b67 f7b46a2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -409,6 +409,7 @@ namespace.runtime.isolated = true

# Keep in sync with ld.config.txt in the com.android.runtime APEX.
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
namespace.runtime.asan.search.paths = /apex/com.android.runtime/${LIB}
namespace.runtime.links = system
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
# when it exists.
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@ namespace.runtime.isolated = true

# Keep in sync with ld.config.txt in the com.android.runtime APEX.
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}
namespace.runtime.asan.search.paths = /apex/com.android.runtime/${LIB}
namespace.runtime.links = default
# TODO(b/119867084): Restrict to Bionic dlopen dependencies and PALette library
# when it exists.