summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:54:12 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:54:12 -0700
commitd685894212e6dbeac1fda4996903c1da115d49a6 (patch)
treec52d05c78811e79a869afbcdbe55a906e38f2fa1 /cmds/bootanimation
parent9fa49cc3308f6af593d780581121afc3c1d7e046 (diff)
downloadframeworks_base-d685894212e6dbeac1fda4996903c1da115d49a6.zip
frameworks_base-d685894212e6dbeac1fda4996903c1da115d49a6.tar.gz
frameworks_base-d685894212e6dbeac1fda4996903c1da115d49a6.tar.bz2
Add liblog
Bug: 8580410 Change-Id: I746aa8258866508c3a725d0773faf4518096548f
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r--cmds/bootanimation/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/Android.mk b/cmds/bootanimation/Android.mk
index 8c46b21..d5ff84e 100644
--- a/cmds/bootanimation/Android.mk
+++ b/cmds/bootanimation/Android.mk
@@ -9,6 +9,7 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SHARED_LIBRARIES := \
libcutils \
+ liblog \
libandroidfw \
libutils \
libbinder \