Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 000f5cf7 authored by Ken Sumrall's avatar Ken Sumrall Committed by Android Git Automerger
Browse files

am 6673886d: am ebbe9807: Include liblog in fs_mgr to fix the build.

* commit '6673886d':
  Include liblog in fs_mgr to fix the build.
parents 81099a92 6673886d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)