Merge "Revert "Make platform_compat discoverable everywhere"" am: 606f3d7fcf

Change-Id: Ia345f7e4a32415667cea290ca4b1770c317d88ab
This commit is contained in:
Automerger Merge Worker 2020-01-31 16:35:28 +00:00
commit 208cf1d042
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ allow platform_app system_api_service:service_manager find;
allow platform_app vr_manager_service:service_manager find;
allow platform_app gpu_service:service_manager find;
allow platform_app stats_service:service_manager find;
allow platform_app platform_compat_service:service_manager find;
# Allow platform apps to interact with gpuservice
binder_call(platform_app, gpuservice)

View file

@ -101,7 +101,7 @@ type lowpan_service, system_api_service, system_server_service, service_manager_
type ethernet_service, app_api_service, system_server_service, service_manager_type;
type biometric_service, app_api_service, system_server_service, service_manager_type;
type bugreport_service, system_api_service, system_server_service, service_manager_type;
type platform_compat_service, app_api_service, system_server_service, service_manager_type;
type platform_compat_service, system_server_service, service_manager_type;
type face_service, app_api_service, system_server_service, service_manager_type;
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;