Home | History | Annotate | Download | only in fs_get_stats
      1 LOCAL_PATH:= $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_SRC_FILES := fs_get_stats.c
      6 
      7 LOCAL_MODULE := fs_get_stats
      8 
      9 include $(BUILD_HOST_EXECUTABLE)
     10