* commit '6673886d4a9166608fa152e2c922fe3b6022273a': Include liblog in fs_mgr to fix the build.
This commit is contained in:
commit
000f5cf7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
|
|||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)/sbin
|
||||
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libfs_mgr liblogwrap libcutils libc
|
||||
LOCAL_STATIC_LIBRARIES := libfs_mgr liblogwrap libcutils liblog libc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue