Merge "Frameworks: Fix Binder.joinThreadPool" into pi-dev

am: 0f8f3f25cf

Change-Id: Ib537886c003f4f4877a1fb4a89ad9ca25f603aea
This commit is contained in:
Andreas Gampe
2018-03-20 00:27:23 +00:00
committed by android-build-merger

View File

@@ -376,7 +376,9 @@ public class Binder implements IBinder {
* Add the calling thread to the IPC thread pool. This function does
* not return until the current process is exiting.
*/
public static final native void joinThreadPool();
public static final void joinThreadPool() {
BinderInternal.joinThreadPool();
}
/**
* Returns true if the specified interface is a proxy.