Spacewar: Initial import

This commit is contained in:
x0x00044
2023-09-03 04:33:04 +02:00
commit 64e28f434a
1563 changed files with 198409 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright (c) 2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#start tcmd
service tcmd /system/system_ext/bin/tcmd
class late_start
socket tcmd stream 660 root inet
group system readproc inet radio wakelock oem_2901
user system
disabled
on property:persist.vendor.tcmd.feature=1
start tcmd
on property:persist.vendor.tcmd.feature=0
stop tcmd