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

Commit 8ffc2346 authored by Simon Wilson's avatar Simon Wilson Committed by Android Git Automerger
Browse files

am 6e79cb81: Enable OMAP4 SGX workaround for OMAP3 too

* commit '6e79cb81':
  Enable OMAP4 SGX workaround for OMAP3 too
parents 0a643374 6e79cb81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ LOCAL_CFLAGS += -DEGL_TRACE=1
ifeq ($(BOARD_ALLOW_EGL_HIBERNATION),true)
  LOCAL_CFLAGS += -DBOARD_ALLOW_EGL_HIBERNATION
endif
ifeq ($(TARGET_BOARD_PLATFORM), omap4)
ifneq ($(filter omap3 omap4,$(TARGET_BOARD_PLATFORM)),)
  LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
endif
ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),)