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

Commit 29f73699 authored by Jeff Tinker's avatar Jeff Tinker Committed by android-build-merger
Browse files

Merge "Fix failure to check HIDL return status" into oc-dr1-dev am: 3373ab6a

am: 76abba2b

Change-Id: I46613ce9604f5e00cb6a0aef13c5fdc254d731ad
parents 008440f6 76abba2b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -257,6 +257,11 @@ sp<IDrmPlugin> DrmHal::makeDrmPlugin(const sp<IDrmFactory>& factory,
                plugin = hPlugin;
            }
        );

    if (!hResult.isOk()) {
        ALOGE("createPlugin remote call failed");
    }

    return plugin;
}