| commit | cb29e6237d7f471a28f8e73116e131f257d9842f | [log] [tgz] |
|---|---|---|
| author | Mathias Agopian <mathias@google.com> | Fri May 08 15:23:38 2009 -0700 |
| committer | Mathias Agopian <mathias@google.com> | Fri May 08 15:23:38 2009 -0700 |
| tree | c27cbc44f6783ca09d8cc3a1881c229c1265dbcb | |
| parent | ed3b804f2cc61029cf2969cbfa499ea230c22bb0 [diff] [blame] |
only export the GL entry-points, hide everything else. Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
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 @@ endif LOCAL_SHARED_LIBRARIES := libcutils libutils libpixelflinger +LOCAL_CFLAGS += -fvisibility=hidden + LOCAL_LDLIBS := -lpthread -ldl LOCAL_MODULE:= libagl