Merge "fs_get_stats: move fs_config to libcutils"

This commit is contained in:
Mark Salyzyn
2015-04-02 21:00:05 +00:00
committed by Gerrit Code Review

View File

@@ -6,4 +6,6 @@ LOCAL_SRC_FILES := fs_get_stats.c
LOCAL_MODULE := fs_get_stats LOCAL_MODULE := fs_get_stats
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)