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