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

Commit c20bd43b authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am 138a8d75: am e1082496: Enable SurfaceTexture fence sync for the emulator

* commit '138a8d75':
  Enable SurfaceTexture fence sync for the emulator
parents 29e27a84 138a8d75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@ endif
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
	LOCAL_CFLAGS += -DUSE_FENCE_SYNC
endif
ifneq ($(filter generic%,$(TARGET_DEVICE)),)
    # Emulator build
    LOCAL_CFLAGS += -DUSE_FENCE_SYNC
endif

ifeq ($(TARGET_BOARD_PLATFORM), tegra)
	LOCAL_CFLAGS += -DALLOW_DEQUEUE_CURRENT_BUFFER