# Extra linker configurations for ART APEX
# See https://android.googlesource.com/platform/system/linkerconfig/+/master/README.md#apex-linker-configuration

[permitted_path]
# JVMTI libraries used in ART testing are located under /data; dalvikvm has
# to be able to dlopen them.
# TODO(b/129534335): Move this to the linker configuration of the Test ART
# APEX when it is available.
/data

# odex files are in /system/framework and /apex/com.android.art/javalib.
# dalvikvm has to be able to dlopen the files for CTS.
/system/framework

# Primary boot image is loaded through dlopen, so pass the primary boot image
# to the list of paths.
/apex/com.android.art/javalib
