Add kpmmgr to build the workflow and related source files

This commit is contained in:
ShirkNeko
2025-03-29 15:35:14 +08:00
parent ae3c591638
commit e6baa7fe56
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := kpmmgr
LOCAL_SRC_FILES := kpmmgr.c
include $(BUILD_EXECUTABLE)