Home | History | Annotate | Download | only in ping
      1 LOCAL_PATH:= $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_SRC_FILES:= ping.c ping_common.c
      5 LOCAL_MODULE := ping
      6 include $(BUILD_EXECUTABLE)
      7