universal7885: debug_daemon: Move to /system

* Vendor processes can no longer execute system processes...
This commit is contained in:
roynatech2544 2022-02-11 19:03:37 +09:00
commit e112b2fb59
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,6 @@
cc_binary {
name: "debug_daemon",
vendor: true,
srcs: [
"Logger.cpp",
],

View file

@ -1,4 +1,4 @@
service debug_daemon /vendor/bin/debug_daemon
service debug_daemon /system/bin/debug_daemon
user root
group system
oneshot