summaryrefslogtreecommitdiffstats
path: root/opengl/libs/Android.mk
diff options
context:
space:
mode:
authorDavid Li <davidxli@google.com>2011-03-04 17:50:48 -0800
committerDavid Li <davidxli@google.com>2011-03-04 17:50:48 -0800
commit55c94ccd495aa19784cb4ca9a1fe51fad9631542 (patch)
treecd35774bfb10a4dabb192065513961fd6ae086c0 /opengl/libs/Android.mk
parent28ca2abb1ab92b2cc3a5c9119ec2f697ec3401b2 (diff)
downloadframeworks_base-55c94ccd495aa19784cb4ca9a1fe51fad9631542.zip
frameworks_base-55c94ccd495aa19784cb4ca9a1fe51fad9631542.tar.gz
frameworks_base-55c94ccd495aa19784cb4ca9a1fe51fad9631542.tar.bz2
Added screenshot after glDraw* option to GLES2 Debugger
Also added timing mode option using utils/Timers.h. Factored out common code to reduce size. Improved Protobuf message. Uploads data from glBufferData and glBufferSubData. Change-Id: Iaae5e706235d942df81c7eada7223fb0b0583911 Signed-off-by: David Li <davidxli@google.com>
Diffstat (limited to 'opengl/libs/Android.mk')
-rw-r--r--opengl/libs/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index f1afbb6..123306b 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -17,7 +17,7 @@ LOCAL_STATIC_LIBRARIES += libGLESv2_dbg libprotobuf-cpp-2.3.0-lite
LOCAL_SHARED_LIBRARIES += libcutils libutils libstlport
LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libEGL
-
+LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
# needed on sim build because of weird logging issues
ifeq ($(TARGET_SIMULATOR),true)
else