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

Commit b20a2666 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8108675 from fb7dff82 to tm-d1-release

Change-Id: I3275131e93947b1f9ed0889020bc46cd5e063664
parents 0dbabe27 fb7dff82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -161,7 +161,8 @@ class GraphicsComposerHidlTest : public ::testing::TestWithParam<std::string> {
        return mGralloc->allocate(
                width, height, /*layerCount*/ 1,
                static_cast<common::V1_1::PixelFormat>(PixelFormat::RGBA_8888),
                static_cast<uint64_t>(BufferUsage::CPU_WRITE_OFTEN | BufferUsage::CPU_READ_OFTEN));
                static_cast<uint64_t>(BufferUsage::CPU_WRITE_OFTEN | BufferUsage::CPU_READ_OFTEN |
                                      BufferUsage::COMPOSER_OVERLAY));
    }

    struct TestParameters {