Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD

This commit is contained in:
Bill Yi 2016-12-06 15:07:48 -08:00
commit e082cdb559
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ allow bootanim audio_device:chr_file rw_file_perms;
allow bootanim audioserver_service:service_manager find;
allow bootanim surfaceflinger_service:service_manager find;
allow bootanim audioserver_service:service_manager find;
# Allow access to ion memory allocation device
allow bootanim ion_device:chr_file rw_file_perms;

View File

@ -44,7 +44,7 @@ type IProxyService_service, app_api_service, system_server_service, service_mana
type commontime_management_service, system_server_service, service_manager_type;
type connectivity_metrics_logger_service, app_api_service, system_server_service, service_manager_type;
type connectivity_service, app_api_service, system_server_service, service_manager_type;
type connmetrics_service, system_server_service, service_manager_type;
type connmetrics_service, app_api_service, system_server_service, service_manager_type;
type consumer_ir_service, app_api_service, system_server_service, service_manager_type;
type content_service, app_api_service, system_server_service, service_manager_type;
type country_detector_service, app_api_service, system_server_service, service_manager_type;