kernel_samsung_a53x/KernelSU-Next/userspace/su/jni/Android.mk
Ksawlii b053429f04 Welcome KernelSU-Next with SusFs
Deffo needs some fixes and commits
2025-01-04 19:37:47 +01:00

6 lines
123 B
Makefile

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