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

Commit 3f451360 authored by Ronghua Wu's avatar Ronghua Wu Committed by Android (Google) Code Review
Browse files

Merge "drm: fix clang warning"

parents b9a23184 1db71be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ TEST_F(DrmSessionManagerTest, reclaimSession) {

    // add a session from a higher priority process.
    sp<FakeDrm> drm = new FakeDrm;
    const uint8_t ids[] = {456, 7890, 123};
    const uint8_t ids[] = {1, 3, 5};
    Vector<uint8_t> sessionId;
    GetSessionId(ids, ARRAY_SIZE(ids), &sessionId);
    mDrmSessionManager->addSession(30, drm, sessionId);