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

Commit 93c72127 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix build

Change-Id: I859bd75eb796b0cb8da30ad947776d3e38f3873f
parent deeef544
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -939,7 +939,7 @@ int main(int argc, char **argv) {

            sp<BufferQueue> bq = new BufferQueue();
            sp<GLConsumer> texture = new GLConsumer(bq, 0 /* tex */);
            gSurface = new Surface(texture->getBufferQueue());
            gSurface = new Surface(bq);
        }

        CHECK_EQ((status_t)OK,