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

Commit dde19448 authored by Marissa Wall's avatar Marissa Wall
Browse files

test-hwc2: fix build error from ui/mat4.h include

ui/mat4.h is located at math/mat4.h on internal master. Change
test cases to reflect that.

Test: run the test-hwc2 tests

Change-Id: I1d2fb59efc2fcea40dc901664dc43841c5454353
parent 7311c4a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := \
    libbase \
    libadf \
    libadfhwc
    libadfhwc \
    libmath
LOCAL_SRC_FILES := \
    Hwc2Test.cpp \
    Hwc2TestProperties.cpp \
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <gui/GraphicBufferAlloc.h>

#include <ui/GraphicBuffer.h>
#include <ui/vec4.h>
#include <math/vec4.h>

#include <GLES3/gl3.h>