summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:50:34 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:50:34 -0700
commit141f77c33bb1f6e4e19b7baff08d963f341e9eb7 (patch)
treea7cf5c2760c571ee9a20d569ddb7a9fe61389456
parentccbf67d1286770e6cbfd2de9d2c7c2e14836dd30 (diff)
downloadmtpd-kitkat-mr2.2-release.tar.gz
Bug: 8580410 Change-Id: Ie396e902ec97beca93fa6ea692b4dee423920bb5
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index cb1c916..11791fe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := mtpd.c l2tp.c pptp.c
-LOCAL_SHARED_LIBRARIES := libcutils libcrypto
+LOCAL_SHARED_LIBRARIES := libcutils liblog libcrypto
LOCAL_CFLAGS := -DANDROID_CHANGES
LOCAL_C_INCLUDES := external/openssl/include