Home | History | Annotate | Download | only in sane_schedstat
      1 LOCAL_PATH:= $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_SRC_FILES := sane_schedstat.c
      6 
      7 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
      8 LOCAL_MODULE_TAGS := debug
      9 LOCAL_MODULE := sane_schedstat
     10 
     11 include $(BUILD_EXECUTABLE)
     12