Merge changes I75d472ed,I6d681071
* changes: fs_get_stats: add logging fs_config: add logging
This commit is contained in:
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
|
|||||||
|
|
||||||
LOCAL_SRC_FILES := fs_config.c
|
LOCAL_SRC_FILES := fs_config.c
|
||||||
LOCAL_MODULE := fs_config
|
LOCAL_MODULE := fs_config
|
||||||
LOCAL_STATIC_LIBRARIES := libcutils libselinux
|
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux
|
||||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||||
LOCAL_CFLAGS := -Werror
|
LOCAL_CFLAGS := -Werror
|
||||||
|
|
||||||
|
@@ -6,6 +6,6 @@ LOCAL_SRC_FILES := fs_get_stats.c
|
|||||||
|
|
||||||
LOCAL_MODULE := fs_get_stats
|
LOCAL_MODULE := fs_get_stats
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libcutils
|
LOCAL_SHARED_LIBRARIES := libcutils liblog
|
||||||
|
|
||||||
include $(BUILD_HOST_EXECUTABLE)
|
include $(BUILD_HOST_EXECUTABLE)
|
||||||
|
Reference in New Issue
Block a user