Merge "SurfaceTexture: use fence sync on omap4 & s5pc110"
This commit is contained in:
commit
eebc37915c
@ -34,6 +34,13 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= libgui
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), omap4)
|
||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||
endif
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
|
||||
LOCAL_CFLAGS += -DUSE_FENCE_SYNC
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), tegra)
|
||||
LOCAL_CFLAGS += -DALLOW_DEQUEUE_CURRENT_BUFFER
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user