Merge "Add libdexfiled to the stub library multi APEX exception list." into main

This commit is contained in:
Treehugger Robot
2024-07-17 13:35:50 +00:00
committed by Gerrit Code Review

View File

@@ -1867,8 +1867,10 @@ var (
"libdl": true, "libdl": true,
"libz": true, "libz": true,
// art apex // art apex
// TODO(b/234351700): Remove this when com.android.art.debug is gone.
"libandroidio": true, "libandroidio": true,
"libdexfile": true, "libdexfile": true,
"libdexfiled": true, // com.android.art.debug only
"libnativebridge": true, "libnativebridge": true,
"libnativehelper": true, "libnativehelper": true,
"libnativeloader": true, "libnativeloader": true,