Merge "Add missing liblog dependency"
This commit is contained in:
commit
6e8a931d54
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