Lines Matching refs:system
11 additional.namespaces = system,conscrypt,art,neuralnetworks,adbd
17 namespace.default.links = art,system,adbd
19 namespace.default.link.system.allow_all_shared_libs = true
27 # system linker config.
34 # Keep in sync with the "art" namespace in system/core/rootdir/etc/ld.config*.txt.
43 # odex files are in /system/framework and /apex/com.android.art/javalib.
45 namespace.art.permitted.paths += /system/framework
47 namespace.art.asan.permitted.paths += /system/framework
49 # TODO(b/144533348): to allow symlinks pointing the libs under /system/lib
50 # Note that this however does not open all libs in the system partition to
52 # /system/lib, but in /apex/<module>/lib directory.
53 namespace.art.permitted.paths += /system/${LIB}
54 namespace.art.asan.permitted.paths += /system/${LIB}
55 namespace.art.links = system,neuralnetworks,adbd
57 # /system/framework and /data.
60 namespace.art.link.system.allow_all_shared_libs = true
65 # "system" namespace
67 # Corresponds to the default namespace in /system/etc/ld.config.txt. Please keep
68 # in sync with linker config files in system/core/rootdir/etc.
70 namespace.system.isolated = true
73 namespace.system.visible = true
75 namespace.system.search.paths = /system/${LIB}
76 namespace.system.asan.search.paths = /data/asan/system/${LIB}
78 namespace.system.links = art,adbd
79 namespace.system.link.art.shared_libs = libandroidicu.so
80 namespace.system.link.art.shared_libs += libdexfile_external.so
81 namespace.system.link.art.shared_libs += libdexfiled_external.so
83 namespace.system.link.art.shared_libs += libicui18n.so
84 namespace.system.link.art.shared_libs += libicuuc.so
85 namespace.system.link.art.shared_libs += libnativebridge.so
86 namespace.system.link.art.shared_libs += libnativehelper.so
87 namespace.system.link.art.shared_libs += libnativeloader.so
90 namespace.system.link.art.shared_libs += libpac.so
92 namespace.system.link.adbd.shared_libs = libadb_pairing_auth.so
93 namespace.system.link.adbd.shared_libs += libadb_pairing_connection.so
94 namespace.system.link.adbd.shared_libs += libadb_pairing_server.so
96 # /system/lib/libc.so, etc are symlinks to
100 # resolution of bionic libs be dependent on the order of /system/lib and
103 # /system/lib but fails to pass the accessibility test because of its realpath.
105 namespace.system.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
106 namespace.system.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
118 # Keep in sync with the "conscrypt" namespace in system/core/rootdir/etc/ld.config*.txt.
124 # TODO(b/144533348): to allow symlinks pointing the libs under /system/lib
125 # Note that this however does not open all libs in the system partition to
127 # /system/lib, but in /apex/<module>/lib directory.
128 namespace.conscrypt.permitted.paths = /system/${LIB}
129 namespace.conscrypt.asan.permitted.paths = /system/${LIB}
130 namespace.conscrypt.links = art,system
132 namespace.conscrypt.link.system.shared_libs = libc.so
133 namespace.conscrypt.link.system.shared_libs += libm.so
134 namespace.conscrypt.link.system.shared_libs += libdl.so
135 namespace.conscrypt.link.system.shared_libs += liblog.so
147 # TODO(b/144533348): to allow symlinks pointing the libs under /system/lib
148 # Note that this however does not open all libs in the system partition to
150 # /system/lib, but in /apex/<module>/lib directory.
151 namespace.neuralnetworks.permitted.paths = /system/${LIB}
152 namespace.neuralnetworks.asan.permitted.paths = /system/${LIB}
153 namespace.neuralnetworks.links = system
154 namespace.neuralnetworks.link.system.shared_libs = libc.so
155 namespace.neuralnetworks.link.system.shared_libs += libcgrouprc.so
156 namespace.neuralnetworks.link.system.shared_libs += libdl.so
157 namespace.neuralnetworks.link.system.shared_libs += liblog.so
158 namespace.neuralnetworks.link.system.shared_libs += libm.so
159 namespace.neuralnetworks.link.system.shared_libs += libnativewindow.so
160 namespace.neuralnetworks.link.system.shared_libs += libneuralnetworks_packageinfo.so
161 namespace.neuralnetworks.link.system.shared_libs += libsync.so
162 namespace.neuralnetworks.link.system.shared_libs += libvndksupport.so
175 namespace.adbd.links = system
176 namespace.adbd.link.system.shared_libs = libc.so
177 namespace.adbd.link.system.shared_libs += libm.so
178 namespace.adbd.link.system.shared_libs += libdl.so
179 namespace.adbd.link.system.shared_libs += liblog.so