diff --git a/edxp-core/src/main/cpp/main/include/art/runtime/oat_file_manager.h b/edxp-core/src/main/cpp/main/include/art/runtime/oat_file_manager.h index 2f10b5b0..a9445ee5 100644 --- a/edxp-core/src/main/cpp/main/include/art/runtime/oat_file_manager.h +++ b/edxp-core/src/main/cpp/main/include/art/runtime/oat_file_manager.h @@ -17,7 +17,10 @@ namespace art { if (api_level == ANDROID_P) { HOOK_FUNC(SetOnlyUseSystemOatFiles, "_ZN3art14OatFileManager24SetOnlyUseSystemOatFilesEv"); - + } + if (api_level == ANDROID_Q) { + HOOK_FUNC(SetOnlyUseSystemOatFiles, + "_ZN3art14OatFileManager24SetOnlyUseSystemOatFilesEbb"); } };