summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-08 15:23:38 -0700
committerMathias Agopian <mathias@google.com>2009-05-08 15:23:38 -0700
commit48685c45bb333c3564596158e2e67267110c9277 (patch)
tree6b919a6ae0ba8123fb5c493e7d0e8ffc900fedbd /opengl/libagl
parent4047ff2ca078cab7af541f6bf8a9718db7ffe975 (diff)
downloadframeworks_native-48685c45bb333c3564596158e2e67267110c9277.zip
frameworks_native-48685c45bb333c3564596158e2e67267110c9277.tar.gz
frameworks_native-48685c45bb333c3564596158e2e67267110c9277.tar.bz2
only export the GL entry-points, hide everything else.
Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
Diffstat (limited to 'opengl/libagl')
-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 99efe4c..3ce0414 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -33,6 +33,8 @@ ifneq ($(TARGET_SIMULATOR),true)
endif
LOCAL_SHARED_LIBRARIES := libcutils libutils libpixelflinger
+LOCAL_CFLAGS += -fvisibility=hidden
+
LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libagl