2024-09-09 08:57:42 +00:00

11 lines
142 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
schedtest.c
LOCAL_MODULE := schedtest
include $(BUILD_EXECUTABLE)