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