This commit is contained in:
zb
2023-11-23 20:34:51 -05:00
parent f1f99918b0
commit 12ba48106e
43 changed files with 587 additions and 303 deletions

11
duoqin/su/Android.mk Normal file
View File

@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := su
LOCAL_MODULE := phh-su
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_INIT_RC := su.rc
include $(BUILD_PREBUILT)

BIN
duoqin/su/su Executable file

Binary file not shown.

2
duoqin/su/su.rc Normal file
View File

@@ -0,0 +1,2 @@
service sudaemon /system/bin/phh-su --daemon
class main