diff options
author | Dima Zavin <dima@android.com> | 2009-10-09 18:04:58 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2009-10-09 18:23:08 -0700 |
commit | 4445712fd4444e156ce2b84468422bed0f6b78a6 (patch) | |
tree | 64c0e253499060a3a4c959d62916932cf9251805 /opengl/libs | |
parent | ff8695211437cc5404057677f7105becbac570db (diff) | |
download | frameworks_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.mk | 4 |
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) |