am ebbe9807: Include liblog in fs_mgr to fix the build.
* commit 'ebbe9807906dad946659b6e9f849030eaa87731b':
Include liblog in fs_mgr to fix the build.
diff --git a/fs_mgr/Android.mk b/fs_mgr/Android.mk
index 0ce07c1..782ae99 100644
--- a/fs_mgr/Android.mk
+++ b/fs_mgr/Android.mk
@@ -28,7 +28,7 @@
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)