aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-02-13 01:30:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-13 01:30:36 +0000
commit6dc914a60e74da53c9586e60a4e5e82a542e2393 (patch)
tree3603d1588e1eb30702733807973ad725bd435366
parent14a01a403a3a03350623687a5a5ca1e64a985224 (diff)
parent9ea1ad11dbb31acde48c4c38a104c123f0e2c086 (diff)
downloadwebrtc-6dc914a60e74da53c9586e60a4e5e82a542e2393.tar.gz
Merge "Add missing liblog dependency"android-n-preview-1
-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 \