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

Commit c2320223 authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Fix build break in mock drm plugin build

Change-Id: I8ae5d378df694360be3d76e06512e2ebc9fc0572
parent ca61a8f0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -299,6 +299,12 @@ namespace android {
        return OK;
    }

    status_t MockDrmPlugin::unprovisionDevice()
    {
        ALOGD("MockDrmPlugin::unprovisionDevice()");
        return OK;
    }

    status_t MockDrmPlugin::getSecureStops(List<Vector<uint8_t> > &secureStops)
    {
        Mutex::Autolock lock(mLock);
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ namespace android {
                                          Vector<uint8_t> &certificate,
                                          Vector<uint8_t> &wrappedKey);

        status_t unprovisionDevice();

        status_t getSecureStops(List<Vector<uint8_t> > &secureStops);
        status_t releaseSecureStops(Vector<uint8_t> const &ssRelease);