summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:55:39 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:55:39 -0700
commit8a0cb4ee0b6c351de82987efb472fa38dfaf608a (patch)
treede623d3de676510eb8b0e1fb69ec053e20a625cb /opengl/libagl
parent1df59c93fea8bec21b8084c34aface086f1e0896 (diff)
downloadframeworks_native-8a0cb4ee0b6c351de82987efb472fa38dfaf608a.zip
frameworks_native-8a0cb4ee0b6c351de82987efb472fa38dfaf608a.tar.gz
frameworks_native-8a0cb4ee0b6c351de82987efb472fa38dfaf608a.tar.bz2
Add liblog
Bug: 8580410 Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk
index 9b8d3fe..9886bf0 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -26,7 +26,7 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libagl\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden
-LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils libpixelflinger libETC1 libui
+LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils liblog libpixelflinger libETC1 libui
LOCAL_LDLIBS := -lpthread -ldl
ifeq ($(TARGET_ARCH),arm)