Enable multi-threaded binder for specific devices

Bug: 369494012
Change-Id: I221121a5df53ae9758ac7d723f8a5e235121f997
This commit is contained in:
Kyle Zhang
2025-04-30 16:51:29 -07:00
parent 21b6b18cd4
commit edb83f2669
5 changed files with 106 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ inline ::ndk::ScopedAStatus toNdkScopedAStatus(
return toNdkScopedAStatus(::wvdrm::WvStatus(status), msg);
}
bool checkIfEnableMultiThreadBinder();
} // namespace wvdrm
#endif // WV_UTILS_H_