blob: b977022cca842c88ad11da996fff2704052085bc [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= ping.c
LOCAL_MODULE := ping
include $(BUILD_EXECUTABLE)