am e1082496
: Enable SurfaceTexture fence sync for the emulator
* commit 'e10824965c64663b8878b808206ee382c7ab6af8': Enable SurfaceTexture fence sync for the emulator
This commit is contained in:
commit
138a8d7510
@ -42,6 +42,10 @@ endif
|
|||||||
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
||||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(filter generic%,$(TARGET_DEVICE)),)
|
||||||
|
# Emulator build
|
||||||
|
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGET_BOARD_PLATFORM), tegra)
|
ifeq ($(TARGET_BOARD_PLATFORM), tegra)
|
||||||
LOCAL_CFLAGS += -DALLOW_DEQUEUE_CURRENT_BUFFER
|
LOCAL_CFLAGS += -DALLOW_DEQUEUE_CURRENT_BUFFER
|
||||||
|
Loading…
Reference in New Issue
Block a user