Merge "Add app_binding system service" am: ac4b6478c1 am: 6d31c536bd

am: 19167eea45

Change-Id: I2db0c6bf71df8a798a02999644a0c77a3d145b67
This commit is contained in:
Makoto Onuki 2018-09-06 10:42:59 -07:00 committed by android-build-merger
commit b92ce307ea
5 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
( activity_task_service
adb_service
adbd_exec
app_binding_service
atrace
binder_calls_stats_service
biometric_prompt_service

View file

@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
app_binding_service
atrace
binder_calls_stats_service
biometric_prompt_service

View file

@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
app_binding_service
biometric_prompt_service
fastbootd
color_display_service

View file

@ -7,6 +7,7 @@ alarm u:object_r:alarm_service:s0
android.os.UpdateEngineService u:object_r:update_engine_service:s0
android.security.keystore u:object_r:keystore_service:s0
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
app_binding u:object_r:app_binding_service:s0
appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0
assetatlas u:object_r:assetatlas_service:s0

View file

@ -41,6 +41,7 @@ type activity_service, app_api_service, ephemeral_app_api_service, system_server
type activity_task_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type adb_service, system_server_service, service_manager_type;
type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type app_binding_service, system_server_service, service_manager_type;
type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;