Merge "Add missing liblog dependency"

This commit is contained in:
Dimitry Ivanov 2016-02-13 00:37:26 +00:00 committed by Gerrit Code Review
commit 6e8a931d54

View file

@ -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)