Merge changes I75d472ed,I6d681071
* changes: fs_get_stats: add logging fs_config: add logging
This commit is contained in:
commit
011a50e4e1
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := fs_config.c
|
||||
LOCAL_MODULE := fs_config
|
||||
LOCAL_STATIC_LIBRARIES := libcutils libselinux
|
||||
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
|
|
|
@ -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 a new issue