Skip to content
Snippets Groups Projects
Commit f5c58c35 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Allow traceur to call atrace HAL am: da427a33

am: 6da1e5f2

Change-Id: If93ff3aacfe8473ecf79a3a2e3f7c9f491c09436
parents 8ac8d0e9 6da1e5f2
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ allow traceur_app { ...@@ -16,6 +16,9 @@ allow traceur_app {
-vr_hwc_service -vr_hwc_service
}:service_manager find; }:service_manager find;
# Allow traceur_app to use atrace HAL
hal_client_domain(traceur_app, hal_atrace)
dontaudit traceur_app service_manager_type:service_manager find; dontaudit traceur_app service_manager_type:service_manager find;
dontaudit traceur_app hwservice_manager_type:hwservice_manager find; dontaudit traceur_app hwservice_manager_type:hwservice_manager find;
dontaudit traceur_app domain:binder call; dontaudit traceur_app domain:binder call;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment