fs_get_stats: add logging
libcutils fs_config has the right to add Android logging Bug: 19908228 Change-Id: I75d472ed142e32959cec78bf7babbf39d2b66cd2
This commit is contained in:
parent
5f478fe3c5
commit
27ac7a9c1a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue