summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-10 21:22:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-10 21:22:00 -0700
commitc8707a91cddfe29d48940986331fca3ecb41cb83 (patch)
tree24215565253107ed12c49ca073e17986be726f4c /libs
parent08b75b1ffb856ab97e1577eb7d20c69a18fcacca (diff)
parent4523b76803e1269171003a950fa3d5237ea2cdcb (diff)
downloadframeworks_base-c8707a91cddfe29d48940986331fca3ecb41cb83.zip
frameworks_base-c8707a91cddfe29d48940986331fca3ecb41cb83.tar.gz
frameworks_base-c8707a91cddfe29d48940986331fca3ecb41cb83.tar.bz2
Merge change 20699
* changes: enable HW acceleration for the Dim Surface on 8k devices
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaceflinger/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index 88e76dc..c4a70c8 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -24,6 +24,9 @@ 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)