sukisu/userspace/su/jni/Android.mk

7 lines
123 B
Makefile
Raw Permalink Normal View History

2025-11-20 21:18:19 +01:00
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := su
LOCAL_SRC_FILES := su.c
include $(BUILD_EXECUTABLE)