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

Commit b412bd84 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4696032 from 19809964 to pi-release

Change-Id: I55e2c7e7009a0d158513169504eba8f522ea3380
parents da50abcc 19809964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ Return<Status> DrmPlugin::setSecurityLevel(const hidl_vec<uint8_t>& sessionId,

    if (level > SecurityLevel::SW_SECURE_CRYPTO) {
        ALOGE("Cannot set security level > max");
        return Status::BAD_VALUE;
        return Status::ERROR_DRM_CANNOT_HANDLE;
    }

    std::vector<uint8_t> sid = toVector(sessionId);