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

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

am e1082496: Enable SurfaceTexture fence sync for the emulator

* commit 'e1082496':
  Enable SurfaceTexture fence sync for the emulator
parents 1974391b e1082496
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,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