Fix system app crash on Android Q
This commit is contained in:
parent
f0a52b2ae4
commit
96185011cd
|
|
@ -17,7 +17,10 @@ namespace art {
|
|||
if (api_level == ANDROID_P) {
|
||||
HOOK_FUNC(SetOnlyUseSystemOatFiles,
|
||||
"_ZN3art14OatFileManager24SetOnlyUseSystemOatFilesEv");
|
||||
|
||||
}
|
||||
if (api_level == ANDROID_Q) {
|
||||
HOOK_FUNC(SetOnlyUseSystemOatFiles,
|
||||
"_ZN3art14OatFileManager24SetOnlyUseSystemOatFilesEbb");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue