Lines Matching refs:apex
8 dir.swcodec = /apex/com.android.media.swcodec/bin/
22 namespace.default.search.paths = /apex/com.android.media.swcodec/${LIB}
23 namespace.default.asan.search.paths = /apex/com.android.media.swcodec/${LIB}
33 # TODO: replace the following when apex has a way to auto-generate this list
54 namespace.platform.search.paths += /apex/com.android.runtime/${LIB}
55 namespace.platform.asan.search.paths += /apex/com.android.runtime/${LIB}
57 # /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
58 # Add /apex/... path to the permitted paths because linker uses realpath(3)
61 # the order of /system/lib and /apex/... in search.paths. If /apex/...
62 # is after /system/lib, then /apex/... is never tried because libc.so
66 namespace.platform.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
67 namespace.platform.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
138 # TODO: replace the following when apex has a way to auto-generate this list
147 # Add /apex/... path to the permitted paths because linker uses realpath(3)
149 namespace.sphal.permitted.paths += /apex/com.android.vndk.${VNDK_APEX_VER}/${LIB}
150 namespace.sphal.asan.permitted.paths += /apex/com.android.vndk.${VNDK_APEX_VER}/${LIB}