Changing the package name

This commit is contained in:
ShirkNeko
2025-04-12 00:33:46 +08:00
parent b7056b5baa
commit 2266362e24
66 changed files with 275 additions and 283 deletions

View File

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