mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: fm-aidl: Fix a derp
Should join threadpool here
This commit is contained in:
parent
dd1f2a2bd2
commit
453f0f5f48
1 changed files with 1 additions and 0 deletions
|
|
@ -36,5 +36,6 @@ int main() {
|
|||
registerAsService(ndk::SharedRefBase::make<FMSupport>());
|
||||
registerAsService(ndk::SharedRefBase::make<FMDevControl>());
|
||||
|
||||
ABinderProcess_joinThreadPool();
|
||||
return -1; // should never get here
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue