commit | 6e8a931d54c4d67e39cf0a22bf496bd4ab9822f7 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Sat Feb 13 00:37:26 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 13 00:37:27 2016 +0000 |
tree | b45033dba0683d50636927c7267337ccfeebd0c5 | |
parent | 6f69ee094cabcd052a4742089fcae8e92cf7f924 [diff] | |
parent | 01f86a521dcec084fe8b2810367c9ecc55d92185 [diff] |
Merge "Add missing liblog dependency"
diff --git a/Android.mk b/Android.mk index 8c0771d..c9ac277 100644 --- a/Android.mk +++ b/Android.mk
@@ -127,7 +127,7 @@ LOCAL_CLANG := true LOCAL_SRC_FILES:= secdiscard.cpp LOCAL_MODULE:= secdiscard -LOCAL_SHARED_LIBRARIES := libcutils +LOCAL_SHARED_LIBRARIES := liblog libcutils LOCAL_CFLAGS := $(vold_cflags) LOCAL_CONLYFLAGS := $(vold_conlyflags)