Merge "Make platform_compat accessible on release builds." am: 5e4a45f403 am: 9f11b15f3e

Change-Id: Id90eb2a9901da2ce6ddf3e964b34bbfc9206f111
This commit is contained in:
Automerger Merge Worker 2020-01-08 18:54:10 +00:00
commit 438a638af9

View file

@ -68,9 +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;
userdebug_or_eng(`
allow platform_app platform_compat_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)