You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := su
|
|
LOCAL_SRC_FILES := su.c
|
|
LOCAL_LDFLAGS := -static
|
|
|
|
include $(BUILD_EXECUTABLE)
|