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:
Mark Salyzyn 2015-04-07 09:19:27 -07:00
parent 5f478fe3c5
commit 27ac7a9c1a
1 changed files with 1 additions and 1 deletions

View File

@ -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)