Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b167ed08 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Update for less arguments in hidl toBinder."

am: 602b7be0

Change-Id: I61f30db7a638c8c74925509e0bee1a7fffd5c546
parents b9d0a22a 602b7be0
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -383,8 +383,7 @@ static jobject JHwBinder_native_getService(
        return NULL;
        return NULL;
    }
    }


    sp<hardware::IBinder> service = hardware::toBinder<
    sp<hardware::IBinder> service = hardware::toBinder<hidl::base::V1_0::IBase>(ret);
            hidl::base::V1_0::IBase, hidl::base::V1_0::BpHwBase>(ret);


    if (service == NULL) {
    if (service == NULL) {
        signalExceptionForError(env, NAME_NOT_FOUND);
        signalExceptionForError(env, NAME_NOT_FOUND);