Merge "Add a link from runtime ns to the neuralnetworks ns"

This commit is contained in:
Treehugger Robot 2019-10-07 03:36:14 +00:00 committed by Gerrit Code Review
commit 71f124dc54

View file

@ -108,12 +108,13 @@ namespace.runtime.visible = true
namespace.runtime.search.paths = /apex/com.android.art/${LIB}
namespace.runtime.asan.search.paths = /apex/com.android.art/${LIB}
namespace.runtime.links = default
namespace.runtime.links = default,neuralnetworks
# Need allow_all_shared_libs because libart.so can dlopen oat files in
# /system/framework and /data.
# TODO(b/130340935): Use a dynamically created linker namespace similar to
# classloader-namespace for oat files, and tighten this up.
namespace.runtime.link.default.allow_all_shared_libs = true
namespace.runtime.link.neuralnetworks.shared_libs = libneuralnetworks.so
###############################################################################
# "media" APEX namespace