summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 15:26:38 -0700
committerYing Wang <wangying@google.com>2014-05-07 15:26:38 -0700
commit4a793fe95213675da514bc7f92655c3fa0e07ff3 (patch)
treef317098bde8b4c9ac66f77499f8b74964373404e /opengl/libagl
parentef923fcfd3db9ca1d7df48273cf9a6258aaf15c2 (diff)
downloadframeworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.zip
frameworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.tar.gz
frameworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.tar.bz2
Remove unused LOCAL_LDLIBS.
Change-Id: I62904c410a66f256da8253764577acae18f964f8
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk
index 32bc5d9..64320cf 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -27,7 +27,6 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils liblog libpixelflinger libETC1 libui
-LOCAL_LDLIBS := -lpthread -ldl
LOCAL_SRC_FILES_arm += fixed_asm.S iterators.S
LOCAL_CFLAGS_arm += -fstrict-aliasing