Skip to content
Snippets Groups Projects
Commit 6af11813 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add app_binding system service

Bug: 109809543
Test: Build and boot with the new service in the internal branch.

Change-Id: Iaee365771c3e8e5b8f5f3b6112bbf902c6bb02bd
parent 7b229405
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
( activity_task_service
adb_service
adbd_exec
app_binding_service
atrace
binder_calls_stats_service
biometric_prompt_service
......
......@@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
app_binding_service
atrace
binder_calls_stats_service
biometric_prompt_service
......
......@@ -5,6 +5,7 @@
(typeattributeset new_objects
( activity_task_service
adb_service
app_binding_service
biometric_prompt_service
fastbootd
color_display_service
......
......@@ -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
......
......@@ -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;
......
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