aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-02-13 01:46:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-13 01:46:01 +0000
commiteca42429bd3a283bf12ba8177b683eac0e09cef2 (patch)
tree3603d1588e1eb30702733807973ad725bd435366
parent4805e8260a4651f642d7c7ad1754add80e0f27b4 (diff)
parent6dc914a60e74da53c9586e60a4e5e82a542e2393 (diff)
downloadwebrtc-eca42429bd3a283bf12ba8177b683eac0e09cef2.tar.gz
Merge "Add missing liblog dependency"
am: 6dc914a60e * commit '6dc914a60e74da53c9586e60a4e5e82a542e2393': Add missing liblog dependency
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index aead39efb4..f81133156c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -42,6 +42,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES_arm += \
endif
LOCAL_SHARED_LIBRARIES := \
+ liblog \
libcutils \
libdl \
libprotobuf-cpp-lite \
@@ -73,6 +74,7 @@ endif
LOCAL_SHARED_LIBRARIES := \
libprotobuf-cpp-lite \
+ liblog \
libcutils \
libdl \