summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-10-12 12:08:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-12 12:08:10 -0700
commitaa8f0e52563e2bf159214cafdcdf177788f1e692 (patch)
tree612a553022683dcc84a49e6c58b31e829bda374c /opengl
parent4679fa4f3243821ac3d80bf7701370678eb7abb3 (diff)
parent98b3def2983e78409002cf406574bbc8eeef8bfd (diff)
downloadframeworks_base-aa8f0e52563e2bf159214cafdcdf177788f1e692.zip
frameworks_base-aa8f0e52563e2bf159214cafdcdf177788f1e692.tar.gz
frameworks_base-aa8f0e52563e2bf159214cafdcdf177788f1e692.tar.bz2
am 98b3def2: Merge change I6261ab54 into eclair
Merge commit '98b3def2983e78409002cf406574bbc8eeef8bfd' into eclair-plus-aosp * commit '98b3def2983e78409002cf406574bbc8eeef8bfd': Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"
Diffstat (limited to 'opengl')
-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)