27ac7a9c1a
libcutils fs_config has the right to add Android logging Bug: 19908228 Change-Id: I75d472ed142e32959cec78bf7babbf39d2b66cd2
11 lines
194 B
Makefile
11 lines
194 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := fs_get_stats.c
|
|
|
|
LOCAL_MODULE := fs_get_stats
|
|
|
|
LOCAL_SHARED_LIBRARIES := libcutils liblog
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|