summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-10-10 12:38:16 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-10-10 12:38:16 -0700
commit5872a7758b15f98fcd37e7f1cd357328932f7bf5 (patch)
tree0aa75b8135c11f272dc399f56dcb485367d9b1ab
parent9e076a61e5daacd4c846b8dc362d89f053054703 (diff)
parent184df101c005e6f9289f4c72e0e38c405a98cb33 (diff)
Merge "enable EGL_IMG_context_priority for the omap4 platform"
-rw-r--r--services/surfaceflinger/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index 51eb0a376d06..dab070567a29 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -22,6 +22,9 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
ifeq ($(TARGET_BOARD_PLATFORM), omap3)
LOCAL_CFLAGS += -DNO_RGBX_8888
endif
+ifeq ($(TARGET_BOARD_PLATFORM), omap4)
+ LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY
+endif
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY -DNEVER_DEFAULT_TO_ASYNC_MODE
endif