summaryrefslogtreecommitdiffstats
path: root/opengl/libs/Android.mk
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2012-10-08 13:19:08 -0700
committerChet Haase <chet@google.com>2012-10-10 13:10:40 -0700
commit8d5d2019805df1f27cbec07eeca47dd5ab453dad (patch)
tree87d01369ba51f74d18ef9c6606ad3da593549143 /opengl/libs/Android.mk
parent0acb00c2d780b60ed3d71be256460375dd8715b4 (diff)
downloadframeworks_native-8d5d2019805df1f27cbec07eeca47dd5ab453dad.zip
frameworks_native-8d5d2019805df1f27cbec07eeca47dd5ab453dad.tar.gz
frameworks_native-8d5d2019805df1f27cbec07eeca47dd5ab453dad.tar.bz2
Revert "Add GL Error logs (temporary)"
This reverts commit 2da2c15068327a4fdad411f638905abcb2209d8a.
Diffstat (limited to 'opengl/libs/Android.mk')
-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 bbdef62..31bfcd7 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -126,10 +126,6 @@ LOCAL_SRC_FILES:= \
GLES2/gl2.cpp.arm \
#
-ifneq (,$(filter manta, $(TARGET_DEVICE)))
- LOCAL_CFLAGS += -DIS_MANTA
-endif
-
LOCAL_SHARED_LIBRARIES += libcutils libutils libEGL
LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libGLESv2