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

am: 161efac4f0

Change-Id: Iec8be20ea3c353e567b5982e0ca7b7228b079f18
This commit is contained in:
Logan Chien 2018-01-26 04:56:15 +00:00 committed by android-build-merger
commit f20d8a1f1e
1 changed files with 3 additions and 1 deletions

View File

@ -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
#