From 0019215fc395ef12c191049b1903eeabf70859cf Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Mon, 7 Dec 2009 00:17:06 -0800 Subject: [PATCH] Revert "When using MDP, we needed to use a texture for diming." This reverts commit bf0c320afbf6bf2441916755ecb443b64afbe73f. --- libs/surfaceflinger/Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk index eb51c22bcb202..b3fed58a4f840 100644 --- a/libs/surfaceflinger/Android.mk +++ b/libs/surfaceflinger/Android.mk @@ -22,9 +22,6 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES ifeq ($(TARGET_BOARD_PLATFORM), msm7k) LOCAL_CFLAGS += -DDIM_WITH_TEXTURE endif -ifeq ($(TARGET_BOARD_PLATFORM), qsd8k) - LOCAL_CFLAGS += -DDIM_WITH_TEXTURE -endif # need "-lrt" on Linux simulator to pick up clock_gettime ifeq ($(TARGET_SIMULATOR),true)