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

Commit 163e831c 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

am: 29f73699

Change-Id: I4ead362bbd3556f64c9e5bcd5a31c2d74fa51019
parents 55e923ae 29f73699
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;
}