Merge "allow system_app domain to be profiled"

This commit is contained in:
Treehugger Robot 2022-04-05 14:39:09 +00:00 committed by Gerrit Code Review
commit 295d74b9e0

View file

@ -176,6 +176,10 @@ get_prop(system_app, oem_unlock_prop)
# Allow system apps to act as Perfetto producers.
perfetto_producer(system_app)
# TODO(b/217368496): remove this.
can_profile_heap(system_app)
can_profile_perf(system_app)
###
### Neverallow rules
###