android_build/tools/fs_get_stats/Android.mk
2009-03-03 19:28:42 -08:00

10 lines
150 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := fs_get_stats.c
LOCAL_MODULE := fs_get_stats
include $(BUILD_HOST_EXECUTABLE)