resolve merge conflicts of e89bf25
to stage-aosp-master
Change-Id: I3b0ddb23daf264d407370cd8ace31eceb230a11a
This commit is contained in:
commit
69c117c2ff
1 changed files with 6 additions and 5 deletions
|
@ -20,11 +20,12 @@ LOCAL_CLANG := true
|
|||
LOCAL_SRC_FILES := uncrypt.cpp
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/..
|
||||
LOCAL_MODULE := uncrypt
|
||||
LOCAL_STATIC_LIBRARIES := libbootloader_message \
|
||||
libbase \
|
||||
liblog \
|
||||
libfs_mgr \
|
||||
libcutils
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libbootloader_message \
|
||||
libbase \
|
||||
liblog \
|
||||
libfs_mgr \
|
||||
libcutils
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_INIT_RC := uncrypt.rc
|
||||
|
||||
|
|
Loading…
Reference in a new issue