blob: 014b1152c6f5a70a719ac7f10e3d738f924d0630 [file] [log] [blame]
Martin Stjernholm799ad142018-12-19 20:37:27 +00001# Copyright (C) 2018 The Android Open Source Project
2#
3# Bionic loader config file for the Runtime APEX.
4#
5# There are no versioned APEX paths here - this APEX module does not support
6# having several versions mounted.
7
8dir.runtime = /apex/com.android.runtime/bin/
9
10[runtime]
11additional.namespaces = platform
12
13# Keep in sync with runtime namespace in /system/etc/ld.config.txt.
14namespace.default.isolated = true
15namespace.default.search.paths = /apex/com.android.runtime/${LIB}
16# odex files are in /system/framework. dalvikvm has to be able to dlopen the
17# files for CTS.
18namespace.default.permitted.paths = /system/framework
19namespace.default.links = platform
20# TODO(b/119867084): Restrict fallback to platform namespace to PALette library.
21namespace.default.link.platform.allow_all_shared_libs = true
22
23# Keep in sync with default namespace in /system/etc/ld.config.txt.
24namespace.platform.isolated = true
25namespace.platform.search.paths = /system/${LIB}
26namespace.platform.links = default
Martin Stjernholm8ab9c572018-12-21 22:32:48 +000027namespace.platform.link.default.shared_libs = libc.so:libdl.so:libm.so
28namespace.platform.link.default.shared_libs += libart.so:libartd.so
29namespace.platform.link.default.shared_libs += libnativebridge.so
30namespace.platform.link.default.shared_libs += libnativehelper.so
31namespace.platform.link.default.shared_libs += libnativeloader.so