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

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

Snap for 4577102 from 39259e21 to pi-release

Change-Id: I8d3d554a671a0471702539266c7ad2e24a52933d
parents 3d07ea51 39259e21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ uint64_t getValid10UsageBits() {
        for (const auto bit : hardware::hidl_enum_iterator<BufferUsage>()) {
            bits = bits | bit;
        }
        // TODO(b/72323293): Remove this mask for EXTERNAL_DISP.
        bits = bits | (1 << 13);
        // TODO(b/72323293, b/72703005): Remove these additional bits
        bits = bits | (1 << 10) | (1 << 13);

        return bits;
    }();