sukisu/userspace/susfs/jni/Android.mk

7 lines
136 B
Makefile
Raw Normal View History

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