Merge "profcollectd: allow to call callbacks registered by system_server." am: c30b45e242
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1973763 Change-Id: Id7138581429d7a7a4d03e8df35cd6d5e6f669490
This commit is contained in:
commit
4906441dc5
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ userdebug_or_eng(`
|
|||
|
||||
# Allow profcollectd to publish a binder service and make binder calls.
|
||||
binder_use(profcollectd)
|
||||
# Allow profcollectd to call callbacks registered by system_server when ETM is ready.
|
||||
binder_call(profcollectd, system_server)
|
||||
add_service(profcollectd, profcollectd_service)
|
||||
|
||||
# Allow to temporarily lift the kptr_restrict setting and get kernel start address
|
||||
|
|
Loading…
Reference in a new issue