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

Commit 563030b4 authored by Marissa Wall's avatar Marissa Wall
Browse files

test-hwc2: present display

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
      frameworks/native/libs/gui/BufferQueueCore.cpp.
      Recompile and flash.
      Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
      Push test-hwc2 to device.
      Run "adb root && adb shell stop".
      Run test case. Ex: "./test-hwc2"

Change-Id: I845320afdf635d1716310d1183bcb10515615517
parent f18cfb0a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv2 \
    libui \
    libgui \
    liblog
    liblog \
    libsync
LOCAL_STATIC_LIBRARIES := \
    libbase \
    libadf \
Loading