art/build/apex/linker.config.json

11 lines
247 B
JSON
Raw Normal View History

2025-08-25 08:21:32 +08:00
{
"permittedPaths": [
// JVMTI libraries used in ART testing are located under /data.
// TODO(b/171732668): Narrow this down.
"/data",
// For ART APEX primary boot image and odex files.
"/apex/com.android.art/javalib"
]
}