summaryrefslogtreecommitdiffstats
path: root/opengl/libs
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-10-09 18:04:58 -0700
committerDima Zavin <dima@android.com>2009-10-09 18:23:08 -0700
commit6261ab542262d004d53b77abc11968ddb26eba52 (patch)
treef2be4bf5d50ba69697ececc0073819c12dd93811 /opengl/libs
parentee110be02256b816ac6d863e39cb8b11b8071baa (diff)
downloadframeworks_base-6261ab542262d004d53b77abc11968ddb26eba52.zip
frameworks_base-6261ab542262d004d53b77abc11968ddb26eba52.tar.gz
frameworks_base-6261ab542262d004d53b77abc11968ddb26eba52.tar.bz2
Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"
This reverts commit ed5ecdba36648973be3033a045e2ece8bf039e4a.
Diffstat (limited to 'opengl/libs')
-rw-r--r--opengl/libs/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index d6c7114..9578452 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -32,10 +32,6 @@ 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)