M7350/system/extras/sane_schedstat/Android.mk

12 lines
232 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
LOCAL_PATH:= $(call my-dir)
2024-09-09 08:57:42 +00:00
include $(CLEAR_VARS)
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
LOCAL_SRC_FILES := sane_schedstat.c
2024-09-09 08:52:07 +00:00
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
2024-09-09 08:57:42 +00:00
LOCAL_MODULE := sane_schedstat
2024-09-09 08:52:07 +00:00
include $(BUILD_EXECUTABLE)