diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-08 15:23:38 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-08 15:23:38 -0700 |
commit | 48685c45bb333c3564596158e2e67267110c9277 (patch) | |
tree | 6b919a6ae0ba8123fb5c493e7d0e8ffc900fedbd /opengl/libagl | |
parent | 4047ff2ca078cab7af541f6bf8a9718db7ffe975 (diff) | |
download | frameworks_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.mk | 2 |
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 |