summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2019-01-28 09:16:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-28 09:16:21 +0000
commit3ea7785ee9d273ca8421ff4a7ac0c72c79f9bb92 (patch)
tree7c7ef14173f0dfdd52964c3edc11737189f73159 /rootdir
parentb44996bfa9b4018d7d2ee6b0024717a19bcae2de (diff)
parenta9b4f2b66b92e9c1f620be578e5bed9a4071473e (diff)
downloadsystem_core-3ea7785ee9d273ca8421ff4a7ac0c72c79f9bb92.tar.gz
system_core-3ea7785ee9d273ca8421ff4a7ac0c72c79f9bb92.tar.bz2
system_core-3ea7785ee9d273ca8421ff4a7ac0c72c79f9bb92.zip
Merge "Make runtime namespace visible."
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/etc/ld.config.legacy.txt1
-rw-r--r--rootdir/etc/ld.config.txt1
-rw-r--r--rootdir/etc/ld.config.vndk_lite.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/ld.config.legacy.txt b/rootdir/etc/ld.config.legacy.txt
index 83eb3b666..10b755058 100644
--- a/rootdir/etc/ld.config.legacy.txt
+++ b/rootdir/etc/ld.config.legacy.txt
@@ -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}
diff --git a/rootdir/etc/ld.config.txt b/rootdir/etc/ld.config.txt
index 05f75bfb0..5c14d2abc 100644
--- a/rootdir/etc/ld.config.txt
+++ b/rootdir/etc/ld.config.txt
@@ -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}
diff --git a/rootdir/etc/ld.config.vndk_lite.txt b/rootdir/etc/ld.config.vndk_lite.txt
index 335369eb5..037134501 100644
--- a/rootdir/etc/ld.config.vndk_lite.txt
+++ b/rootdir/etc/ld.config.vndk_lite.txt
@@ -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.