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
commitcb29e6237d7f471a28f8e73116e131f257d9842f (patch)
treec27cbc44f6783ca09d8cc3a1881c229c1265dbcb /opengl/libagl
parented3b804f2cc61029cf2969cbfa499ea230c22bb0 (diff)
downloadframeworks_base-cb29e6237d7f471a28f8e73116e131f257d9842f.zip
frameworks_base-cb29e6237d7f471a28f8e73116e131f257d9842f.tar.gz
frameworks_base-cb29e6237d7f471a28f8e73116e131f257d9842f.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