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
commit4445712fd4444e156ce2b84468422bed0f6b78a6 (patch)
tree64c0e253499060a3a4c959d62916932cf9251805 /opengl/libs
parentff8695211437cc5404057677f7105becbac570db (diff)
downloadframeworks_native-4445712fd4444e156ce2b84468422bed0f6b78a6.zip
frameworks_native-4445712fd4444e156ce2b84468422bed0f6b78a6.tar.gz
frameworks_native-4445712fd4444e156ce2b84468422bed0f6b78a6.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)