Merge "Make runtime namespace visible." am: 3ea7785ee9 am: 79c48f1a83

am: 5e3f606bf4

Change-Id: Id4dfdc3f7a7229ee8bfe315b9830432768fab467
This commit is contained in:
Nicolas Geoffray 2019-01-28 01:57:52 -08:00 committed by android-build-merger
commit 9fa65fc307
3 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@ namespace.default.link.runtime.shared_libs += libnativeloader.so
# This namespace exposes externally accessible libraries from the Runtime APEX.
###############################################################################
namespace.runtime.isolated = true
namespace.runtime.visible = true
# Keep in sync with ld.config.txt in the com.android.runtime APEX.
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}

View file

@ -124,6 +124,7 @@ namespace.default.link.runtime.shared_libs += libnativeloader.so
# This namespace exposes externally accessible libraries from the Runtime APEX.
###############################################################################
namespace.runtime.isolated = true
namespace.runtime.visible = true
# Keep in sync with ld.config.txt in the com.android.runtime APEX.
namespace.runtime.search.paths = /apex/com.android.runtime/${LIB}

View file

@ -72,6 +72,7 @@ namespace.default.link.runtime.shared_libs += libnativeloader.so
# This namespace pulls in externally accessible libs from the Runtime APEX.
###############################################################################
namespace.runtime.isolated = true
namespace.runtime.visible = true
# Keep in sync with the default namespace in the com.android.runtime APEX
# ld.config.txt.