summaryrefslogtreecommitdiffstats
path: root/opengl/libs
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-09-25 16:18:27 -0700
committerDima Zavin <dima@android.com>2009-09-26 01:00:49 -0700
commit7695a5865ee0f1496ae40ddb2e1845f4579747be (patch)
treeadce850566e5dfc1a51f9bd6b68675bbb55c791a /opengl/libs
parent659ab9359465ce41a2beffab1bb1c2d27f5629e1 (diff)
downloadframeworks_native-7695a5865ee0f1496ae40ddb2e1845f4579747be.zip
frameworks_native-7695a5865ee0f1496ae40ddb2e1845f4579747be.tar.gz
frameworks_native-7695a5865ee0f1496ae40ddb2e1845f4579747be.tar.bz2
egl: temporarily also include eglTerminate->eglInitialize hack for 8k
Change-Id: Id5c51e54e733b24e5d5d5de0dcca84ac53afd3a9 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'opengl/libs')
-rw-r--r--opengl/libs/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index 9578452..d6c7114 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -32,6 +32,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),msm7k)
LOCAL_CFLAGS += -DADRENO130=1
endif
+ifeq ($(TARGET_BOARD_PLATFORM),qsd8k)
+LOCAL_CFLAGS += -DADRENO130=1
+endif
+
include $(BUILD_SHARED_LIBRARY)
installed_libEGL := $(LOCAL_INSTALLED_MODULE)