This commit is contained in:
2023-11-23 20:34:51 -05:00
parent f1f99918b0
commit 12ba48106e
43 changed files with 587 additions and 303 deletions
+11
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)
Executable
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
service sudaemon /system/bin/phh-su --daemon
class main