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

Commit d8067641 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "HIDL: unsilence error for local Java binder"

parents 2046a9dc 028f65fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -990,6 +990,8 @@ static jobject JHwParcel_native_readStrongBinder(JNIEnv *env, jobject thiz) {
    }

    if (!validateCanUseHwBinder(binder)) {
        jniThrowException(env, "java/lang/IllegalArgumentException",
                          "Local binder is not supported in Java");
        return nullptr;
    }