summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-14 22:44:23 -0700
committerMathias Agopian <mathias@google.com>2009-05-14 22:44:23 -0700
commitd717598616910b5454b56429dec3bfad2757bd52 (patch)
treec2271b0f7e475c4ac1cf520bcecd6f35e002d99a /opengl/libagl/Android.mk
parent5958661507b39cd59e68e9bc2b54399af92847c4 (diff)
parent757a434f81895ddcad2481a5912ff1eb0de8a0d6 (diff)
downloadframeworks_native-d717598616910b5454b56429dec3bfad2757bd52.zip
frameworks_native-d717598616910b5454b56429dec3bfad2757bd52.tar.gz
frameworks_native-d717598616910b5454b56429dec3bfad2757bd52.tar.bz2
Merge commit 'goog/master' into merge_master
Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
Diffstat (limited to 'opengl/libagl/Android.mk')
-rw-r--r--opengl/libagl/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk
index af5a700..946e849 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -44,6 +44,8 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libagl\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils libpixelflinger
+LOCAL_CFLAGS += -fvisibility=hidden
+
LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libagl