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

Commit 27ac7a9c authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

fs_get_stats: add logging

libcutils fs_config has the right to add Android logging

Bug: 19908228
Change-Id: I75d472ed142e32959cec78bf7babbf39d2b66cd2
parent 5f478fe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ LOCAL_SRC_FILES := fs_get_stats.c

LOCAL_MODULE := fs_get_stats

LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_SHARED_LIBRARIES := libcutils liblog

include $(BUILD_HOST_EXECUTABLE)