summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-10-04 07:42:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-04 07:42:44 +0000
commit2d3cb14890e3908a0bfecb24e6d0e3fe92902a7c (patch)
tree748b0d74301ba6da2d52dd15403280a8056bd42d
parent690809fcb1c7fc7042bd99a7521ad0608b20ba03 (diff)
parent9d15c1c031fdf9cd4fa153e76245d7a5f8b82ed8 (diff)
downloadlibstagefrighthw-2d3cb14890e3908a0bfecb24e6d0e3fe92902a7c.tar.gz
Add missing liblog dependency am: 51db5bb057 am: 02b3500a59 am: 6fceb0f2aa
am: 9d15c1c031 Change-Id: I9dbc0121ca1440e1e5bbe60570c4c54c69810b37
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b8f66c3..6837852 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,6 +27,7 @@ LOCAL_C_INCLUDES:= \
LOCAL_SHARED_LIBRARIES := \
libbinder \
libutils \
+ liblog \
libcutils \
libdl \
libstagefright_foundation