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

Commit 161efac4 authored by Logan Chien's avatar Logan Chien Committed by android-build-merger
Browse files

Merge "ld.config.txt: Link vendor vndk ns to default ns"

am: 1e11f5f7

Change-Id: I29feaf1e0dd723fb271f1a641f39fbc9188a6d1f
parents 77a41b25 1e11f5f7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -291,10 +291,12 @@ namespace.vndk.asan.search.paths += /system/${LIB}/vndk%VNDK_VER%
# When these NDK libs are required inside this namespace, then it is redirected
# to the system namespace. This is possible since their ABI is stable across
# Android releases.
namespace.vndk.links = system
namespace.vndk.links = system,default
namespace.vndk.link.system.shared_libs  = %LLNDK_LIBRARIES%
namespace.vndk.link.system.shared_libs += %SANITIZER_RUNTIME_LIBRARIES%

namespace.vndk.link.default.allow_all_shared_libs = true

###############################################################################
# "system" namespace
#