Add missing liblog dependency
Bug: http://b/27171986 Change-Id: I03c5f9375ca46a81250ac00493a4f3f1eebf3156
This commit is contained in:
parent
6f69ee094c
commit
01f86a521d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue