Merge "Clarify vendor_service/vintf_service."
This commit is contained in:
commit
961bf003d6
1 changed files with 6 additions and 2 deletions
|
@ -98,10 +98,14 @@ attribute ephemeral_app_api_service;
|
|||
# services which export only system_api
|
||||
attribute system_api_service;
|
||||
|
||||
# services which should only be available to vendor
|
||||
# services which should only be available to vendor and also using the copy of
|
||||
# libbinder on system (for instance via libbinder_ndk). services using a
|
||||
# different copy of libbinder currently need their own context manager (e.g.
|
||||
# vndservicemanager)
|
||||
attribute vendor_service;
|
||||
|
||||
# services which should be available system<->vendor
|
||||
# services which should be available system<->vendor and also using the copy of
|
||||
# libbinder on system
|
||||
attribute vintf_service;
|
||||
|
||||
# All types used for services managed by servicemanager.
|
||||
|
|
Loading…
Reference in a new issue