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

Commit 5530fe67 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Add /system/lib to the search paths for asan" into qt-dev

am: 50e5d0ab

Change-Id: Ie6624337fafca090bf47f67c81c737b72c3cc00f
parents 786bce09 50e5d0ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ namespace.platform.isolated = true

namespace.platform.search.paths = /system/${LIB}
namespace.platform.asan.search.paths  = /data/asan/system/${LIB}
namespace.platform.asan.search.paths +=           /system/${LIB}

# /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
# Add /apex/... pat to the permitted paths because linker uses realpath(3)